-
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/35945: Selected category is not highlighted #36596
Fix/35945: Selected category is not highlighted #36596
Conversation
@allroundexperts 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: NativeScreen.Recording.2024-02-17.at.6.44.45.AM.movAndroid: mWeb ChromeScreen.Recording.2024-02-17.at.6.43.42.AM.moviOS: NativeScreen.Recording.2024-02-17.at.6.42.46.AM.moviOS: mWeb SafariScreen.Recording.2024-02-17.at.6.41.48.AM.movMacOS: Chrome / SafariScreen.Recording.2024-02-17.at.6.38.46.AM.movMacOS: DesktopScreen.Recording.2024-02-17.at.6.40.31.AM.mov |
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.
@dukenv0307 Android screen recording is missing.
@allroundexperts I fixed all your comments |
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.
Looks good!
✋ 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/luacmartins in version: 1.4.44-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.4.44-13 🚀
|
@allroundexperts @dukenv0307, this has caused a regression, in the video below you can see when I search for tags it focuses on the last option instead of the first option. error_focus.mp4 |
@dukenv0307 Can you check / verify? |
Thanks for your information @Krishna2323. I agree that the behavior in here is caused by this PR. I will raise a PR to fix it |
@allroundexperts The issue here occurs with OptionSelector (TagPicker for example). But now the OptionSelector is deprecated and we use SelectionList (CategoryPicker for example). So in the future, this bug will not occur anymore. So should we still need to create a PR to fix it? WDYT? cc @luacmartins |
Have we updated the view to use SelectionList already? |
@luacmartins We have not updated the TagPicker to use SelectionList yet, but the OptionSelector is marked as deprecated |
Might be better to update tag picker to use selection list instead? |
Here is the discussion in case you need it |
Ah cool, so it seems like there's a plan to update the components using OptionList already, so I think we can do nothing here. |
Details
Fixed Issues
$ #35945
PROPOSAL: #35945 (comment)
Tests
Offline tests
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)StyleUtils.getBackgroundAndBorderStyle(theme.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
Screencast.from.19-02-2024.15.13.44.webm
Android: mWeb Chrome
Screencast.from.16-02-2024.00.30.11.webm
iOS: Native
Screencast.from.16-02-2024.00.19.59.webm
iOS: mWeb Safari
Screencast.from.16-02-2024.00.31.01.webm
MacOS: Chrome / Safari
Screencast.from.15-02-2024.22.48.54.webm
MacOS: Desktop
Screencast.from.15-02-2024.23.43.57.webm