-
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
[$50] [Search v2.3] - Long list causes overlap with status bar on native, and unscrollable on mweb #49217
Comments
Triggered auto assignment to @trjExpensify ( |
Triggered auto assignment to @neil-marcellini ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Edited by proposal-police: This proposal was edited at 2024-09-14 21:40:49 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Saved search - Long list causes overlap with status bar on native, and unscrollable on mweb What is the root cause of that problem?In c04e7a1, we added a scrollview in PopoverMenu to make it scrollable, but height for menu is not capped, so it can go beyond the screen height and overlap with status bar on native, and be unscrollable on mweb App/src/components/PopoverMenu.tsx Line 259 in 0c618ac
What changes do you think we should make in order to solve the problem?we need to set a max height for the menu so it doesn't go beyond the screen height. (we'll add this in a new style), we'll also need to confirm the upper margin value from design team. for now, its 200 as a placeholder.
Mweb
Screen.Recording.2024-09-15.at.3.07.18.AM.movios Native
Screen.Recording.2024-09-15.at.2.59.32.AM.mov |
Fixed on staging. |
Reopening to compensate @ishpaul777 $50 since his solution was used to solve this issue. |
|
Offer sent to Ishpaul for $50 for the proposal. |
Paid! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.35-0
Reproducible in staging?: Y
Reproducible in production?: N/A - new feature, doesn't exist in prod
Email or phone of affected tester (no customers): applausetester+kh010901@applause.expensifail.com
Issue reported by: Applause Internal Team
Action Performed:
Precondition:
Expected Result:
In Step 4, the selected Expenses tab will not overlap with the status bar.
In Step 8, the list is scrollable on mobile web.
Actual Result:
In Step 4, the selected Expenses tab overlaps with the status bar.
In Step 8, the list is not scrollable on mobile web.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6603226_1726299984928.ScreenRecording_09-14-2024_15-40-47_1.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: