-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Change emoji highlighting type when using keyboard navigation #13485
Conversation
@aimane-chnaif @nkuoch One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@aimane-chnaif @Luke9389 One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Sorry I double pullerbear'd on accident. @Luke9389 i'm going to remove you since you were second. @aimane-chnaif this doesn't need a C+ IMO, so I'm going to remove you as well 😄 |
@stitesExpensify I can help review and test PR and fill reviewer checklist if needed |
Throwing this on hold real quick to do some more of my own testing |
I don't think this solution actually works technically. The problem is that if you search for an emoji right now, you can hit |
…boardPressEmojiPicker
…urn off keyboard movement styles
Okay, this is off hold and I re-added you for review @aimane-chnaif since this is no longer just a 1 line change. Updating the test steps now, and then hopefully we can get this out the door! |
Okay this is ready to go! |
@stitesExpensify Tab key doesn't work correctly (not related to this PR). I think this is accessibility issue which is not given priority for now. emoji.tab.movOther than that, looks good to me and tests well. |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Safarimsafari.mp4Desktopdesktop.moviOSios.mp4 |
Thanks @aimane-chnaif ! I updated the test videos in the OP 😄 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to staging by @stitesExpensify in version: 1.2.43-0 🚀
|
🚀 Deployed to production by @chiragsalian in version: 1.2.43-1 🚀
|
Details
Fixed Issues
$ #13417
Tests
Web/Desktop Test:
2022-12-16_15-52-22.mp4
Mobile/MWeb Tests:
N/A
Offline tests
Same as online test
QA Steps
Tests
Web/Desktop Test:
Mobile/MWeb Test:
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.Screenshots/Videos
Web
https://user-images.githubusercontent.com/42391420/208477492-436a349b-7cf6-495b-bab7-853bdf75b653.mp4Mobile Web - Chrome
2022-12-19_10-07-18.mp4
Mobile Web - Safari
2022-12-19_10-05-20.mp4
Desktop
2022-12-20_08-35-40.mp4
iOS
2022-12-19_10-04-44.mp4
Android
2022-12-19_10-11-04.mp4