-
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
[HOLD App#53186] [$250] Android - Workspace overview buttons are cut off at the bottom #55690
Comments
Triggered auto assignment to @jasperhuangg ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 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:
|
Job added to Upwork: https://www.upwork.com/jobs/~021882576269780243662 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @akinwale ( |
This is pretty minor and doesn't prevent the user from using the App, I don't think it's worth blocking deploy on this, although finding the PR that caused this issue is still good. |
I'm not really seeing anything in the blocker list that would point to this issue, I'm asking for a retest to see the behavior on prod. |
On Android Chrome, we can scroll down to see those buttons, which is how the website works. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Workspace overview buttons are cut off at the bottom on Android. What is the root cause of that problem?The default value of App/src/pages/workspace/WorkspaceProfilePage.tsx Lines 185 to 195 in aa849f1
Causing the What changes do you think we should make in order to solve the problem?We should pass the SafeAreaPadding_Demo.mp4What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?Since it's a UI-related change, we cannot cover this in automated tests. What alternative solutions did you explore? (Optional)Since the user still needs to scroll down to see the buttons completely, we can handle the const shouldUseScrollView = Browser.isMobile(); // Use scroll view on mobile web
<WorkspacePageWithSections
// Other props
shouldShowLoading={policy === undefined}
shouldUseScrollView={shouldUseScrollView}
includeSafeAreaPaddingBottom
// Other props However, |
Looks like a screen resolution issue resulting in the items on the page to not being displayed completely without scrolling. @rohit9625's proposal can work here. 🎀👀🎀 C+ reviewed. |
Triggered auto assignment to @Beamanator, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
If this came from #55285, I wonder if @bernhardoj should take a look at implementing the fix? But @jasperhuangg is already assigned here so I'll run away 🏃 😅 |
That PR is related to updating the focus trap package, which is unrelated to the view's ability to scroll on overflow. @bernhardoj Could you please take a look and confirm? Thanks. |
Okkk asked just b/c it seems like this issue was created while QAing that PR, but that doesn't mean they're necessarily related :D |
@akinwale, @jasperhuangg Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@akinwale, @jasperhuangg 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@jasperhuangg Can you hold the assignment here since this is a dupe of https://expensify.slack.com/archives/C049HHMV9SM/p1736360325497079?thread_ts=1736238279.772929&cid=C049HHMV9SM cc @mountiny |
@akinwale, @jasperhuangg Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.89-2
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team
**Component:**Workspace Settings
Action Performed:
Expected Result:
The buttons should be visible fully
Actual Result:
Those buttons are cut off at the bottom
Reproducible using Samsung Galaxy A15 5G/Android and Samsung galaxy s10 5G /Android
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @akinwaleThe text was updated successfully, but these errors were encountered: