-
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 selection list scrolling after closing context menu #53120
base: main
Are you sure you want to change the base?
Conversation
@eVoloshchak 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] |
This comment was marked as resolved.
This comment was marked as resolved.
@eVoloshchak What do you think about this comment? |
Ultimately, the goal is to have identical behavior across all platforms. If the scroll doesn't occur on other platforms, it shouldn't occur on mWeb Android Could you also take a look at why the PR Author Checklist check is failing? |
Co-authored-by: Eugene Voloshchak <[email protected]>
Update: After merging |
Retested and looks good except for the iOS build issue not related to this PR. @eVoloshchak Could you review this when you have a chance? Thanks! Screenshots/VideosAndroid: Nativeandroid-native.mp4Android: mWeb Chromeandroid-web.mp4iOS: Nativeios-native.mp4iOS: mWeb Safariios-web.mp4MacOS: Chrome / Safarimac-web.movMacOS: Desktopmac-desktop.mov |
Bump @eVoloshchak |
Explanation of Change
Fixed Issues
$ #50639
PROPOSAL: #50639 (comment)
Tests
Precondition: A workspace with Category feature enabled and a sufficient number of categories that cannot be displayed in one screen.
Offline tests
Precondition: A workspace with Category feature enabled and a sufficient number of categories that cannot be displayed in one screen.
QA Steps
Precondition: A workspace with Category feature enabled and a sufficient number of categories that cannot be displayed in one screen.
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
android-native.mp4
Android: mWeb Chrome
android-web.mp4
iOS: Native
ios-native.mp4
iOS: mWeb Safari
ios-web.mp4
MacOS: Chrome / Safari
mac-web.mov
MacOS: Desktop
mac-desktop.mov