-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix - Web- Search - Top-most result in Recent chats is not highlighted #59709
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 - Web- Search - Top-most result in Recent chats is not highlighted #59709
Conversation
@shubham1206agra Please 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeNA Android: mWeb ChromeNA iOS: NativeNA iOS: mWeb SafariScreen.Recording.2025-04-13.at.9.11.29.PM.movMacOS: Chrome / SafariScreen.Recording.2025-04-13.at.9.09.30.PM.movMacOS: DesktopScreen.Recording.2025-04-13.at.9.12.47.PM.mov |
Conflicts 😬 |
Resolved and it tests well. |
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, thanks guys!
✋ 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/marcochavezf in version: 9.1.29-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.1.29-10 🚀
|
/> | ||
// On page refresh, when the list is rendered before options are initialized the auto-focusing on initiallyFocusedOptionKey | ||
// will fail because the list will be empty on first render so we only render after options are initialized. | ||
areOptionsInitialized && ( |
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.
We have a unintended side-effect from this condition, which caused keyboard selection to stop working correctly. More details #60709
Details
Fixed Issues
$ #59552
PROPOSAL: #59552 (comment)
Tests
Offline tests
Same as above
QA Steps
Same as above
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)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label 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
2025-04-06.17-40-03.mp4
Android: mWeb Chrome
2025-04-06.17-39-17.mp4
iOS: Native
iOS: mWeb Safari
2025-04-06.17-40-29.mp4
MacOS: Chrome / Safari
2025-04-06.17-38-28.mp4
MacOS: Desktop
2025-04-06.17-38-55.mp4