-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: 28340 Focus freeze on add contact method magic code on coming back from search #28682
Conversation
@tienifr is there a reason why on mWeb/native, you didn't test step five? |
I don't think that using keyboard shortcuts on mobile devices is possible. |
@tienifr Our app now supports open shortcuts from the native app with an external keyboard. I can test the Android and mWeb/Chrome on a physical device and external keyboard. For iOS, you can test by enabling |
Reviewer Checklist
Screenshots/VideosWeb28682.Web.mp4Mobile Web - Chrome28682.mWeb.Chrome.mp4Mobile Web - Safari28682.mWeb-Safari.mp4Desktop28682.Desktop.mp4iOS28682.iOS.mp4Android28682.Android.mp4 |
Great, thanks! Now I knew that. |
@tienifr I think we can just use the records from mine to cover the test on native and mWeb since the change and test look good. |
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 and tests well on all platforms 🚀
@grgia Can you help take a look at this PR? Thanks |
@grgia friendly bump |
@grgia any updates? |
Thanks for your patience, I have been working on a high priority project. Approved! |
✋ 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/grgia in version: 1.3.81-4 🚀
|
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.83-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.83-11 🚀
|
Details
Fixed Issues
$ #28340
PROPOSAL: #28340 (comment)
Tests
Offline tests
Same as above
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
Screen.Recording.2023-10-03.at.10.35.02.mov
Mobile Web - Chrome
Screen.Recording.2023-10-03.at.14.44.24.mov
Mobile Web - Safari
Screen.Recording.2023-10-03.at.10.45.33.mov
Desktop
Screen.Recording.2023-10-03.at.10.48.52.mov
iOS
Screen.Recording.2023-10-03.at.11.09.59.mov
Android
Screen.Recording.2023-10-03.at.14.41.12.mov