-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: show keyboard again after modal has been dismissed #54187
fix: show keyboard again after modal has been dismissed #54187
Conversation
@kirillzyusko Are there any breaking changes or similar with the |
No, I don't think so. The new |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-app-2024-12-16_16.24.06.mp4Android: mWeb Chromeandroid-chrome-2024-12-16_16.25.32.mp4iOS: Nativeios-app-2024-12-16_16.35.16.mp4iOS: mWeb Safariios-safari-2024-12-16_16.39.30.mp4MacOS: Chrome / Safaridesktop-chrome-2024-12-16_16.22.34.mp4MacOS: Desktopdesktop-app-2024-12-16_16.24.28.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Validates against #54123.
On iOS Safari the composer isn't refocused after selecting an emoji, but that's also the behaviour on prod.
Pulled in latest main to make CI fully green ✅ |
Eslint fails because I modified a file with existing violations (but it's not my code triggers that) |
@aldo-expensify looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/aldo-expensify in version: 9.0.77-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.77-6 🚀
|
Explanation of Change
Call
KeyboardControllet.setFocusTo('current')
whenModal
gets hidden.Fixed Issues
$ #52390
PROPOSAL: #52390 (comment)
Tests
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-12-11.at.16.00.38.mov
Android: mWeb Chrome
telegram-cloud-document-2-5391100601285239725.mp4
iOS: Native
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-12-11.at.16.06.39.mp4
iOS: mWeb Safari
ios-web-set-focus-to.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-12-11.at.16.55.43.mov
MacOS: Desktop
Screen.Recording.2024-12-11.at.16.59.39.mov