-
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: restore focus after Modal gets hidden #53949
fix: restore focus after Modal gets hidden #53949
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-app-2024-12-12_14.47.48.mp4Android: mWeb Chromeandroid-chrome-2024-12-12_14.52.46.mp4iOS: Nativeios-app-2024-12-12_14.59.20.mp4iOS: mWeb Safariios-safari-2024-12-12_15.04.56.mp4MacOS: Chrome / Safaridesktop-chrome-2024-12-12_14.42.34.mp4MacOS: Desktopdesktop-app-2024-12-12_14.44.28.mp4 |
@kirillzyusko NAB: could you add to the test steps which devices we expect the keyboard to open again on? |
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! Just a small tweak to the test steps needed.
Done 🙌 |
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!
✋ 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.76-0 🚀
|
🚀 Deployed to production by https://github.com/grgia in version: 9.0.76-12 🚀
|
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