-
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
Status - Inconsistent behavior when closing status RHP #35729
Comments
👋 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:
|
Triggered auto assignment to @roryabraham ( |
We think that this bug might be related to #vip-vsb |
ProposalPlease re-state the problem that we are trying to solve in this issue.Pressing the status page back button takes the user back to the report screen. What is the root cause of that problem?If we press the overlay, it simply calls goBack which will close the status page.
But if we press the status page back button, it will pop all screens (shouldPopToTop is true)
App/src/libs/Navigation/Navigation.ts Lines 177 to 183 in 3ab4e6e
and only happens if we press the status icon. App/src/pages/home/sidebar/AvatarWithOptionalStatus.js Lines 38 to 39 in 3ab4e6e
What changes do you think we should make in order to solve the problem?I think the pop to top logic is not relevant anymore for status page after the navigation change because the setting page always open, so we can update the go back code in status page to simply call What alternative solutions did you explore? (Optional)Call Or we can keep calling
|
Demoting this issue from deploy blocker, this was kinda known before the merge and related to goBack functionality. @adamgrzybowski Could you please look into the proposal from @bernhardoj to see whether we should go with it or wait for the more generic goBack fix ? Thanks! |
All back issues are tracked in this issue, and I have added this particular issue to it as well. 👍 |
Making this weekly given its part of a bigger scheme |
Probably mentioned somewhere but it should be fixed by this PR |
This issue has not been updated in over 15 days. @mountiny, @hayata-suenaga eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
Screen.Recording.2024-03-04.at.11.05.56.AM.movconfirmed the issue was fixed on production. closing the issue |
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: v.1.4-36.0
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Precondition: User has a custom status.
Expected Result:
There should be consistent behavior when closing status RHP when clicking outside the RHP and clicking back button on RHP.
Actual Result:
In Step 6, when clicking back button on the status RHP, it closes both profile page and also status RHP.
On Android app, the back button on status page redirects user to the home page, while the device back navigation on status page reveals the profile page underneath.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6365303_1706906464990.20240203_041534.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: