-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Due for payment 2025-04-14] [$250] Search - Tapping an item from recent list directs blank page in mWeb & LHN in Android briefly #57293
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
Comments
Triggered auto assignment to @trjExpensify ( |
🚨 Edited by proposal-police: This proposal was edited at 2025-02-22 20:48:36 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Search - Tapping an item from recent list directs blank page in mWeb & LHN in Android briefly What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
backdropOpacity={!shouldUseCustomBackdrop && hideBackdrop ? 0 : backdropOpacity ?? variables.overlayOpacity}
hasBackdrop={hasBackdrop ?? fullscreen}
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A -- UI Issue What alternative solutions did you explore? (Optional)N/A |
🚨 Edited by proposal-police: This proposal was edited at 2025-03-05 18:23:04 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
This sets isSearchRouterDisplayed to false before navigating to the target report screen:
What changes do you think we should make in order to solve the problem?
can fix the blank page issue.
App/src/components/Search/SearchRouter/SearchRouter.tsx Lines 270 to 278 in 0b6d1a0
if (item?.reportID) {
Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(item?.reportID));
} else if ('login' in item) {
navigateToAndOpenReport(item.login ? [item.login] : [], false);
}
InteractionManager.runAfterInteractions(() => { // Can use `setTimeout` with a delay time is 0 instead.
onRouterClose();
});
We can add: if (!isSearchRouterDisplayed) {
return undefined;
} in: What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?
What alternative solutions did you explore? (Optional)Resulthttps://github.com/user-attachments/assets/82df52c2-9a99-4cf9-9a0f-9bf70002226c8 |
Job added to Upwork: https://www.upwork.com/jobs/~021893993559253605030 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @DylanDylann ( |
CC: @luacmartins for vis 👀 |
Hi contributors, could you guys provide videos on mWeb and Android after applying your solutions? |
@DylanDylann, here's the video. In the video, you can also see that the behavior is consistent with the start chat flow. Monosnap.screencast.2025-02-27.11-09-17.mp4 |
Proposal updated
|
@daledah Thanks for your proposal. First, I think we should move
And we shouldn't remove the dismiss function
After applying the above change, I see a minor bug: The "Search in ..." text with the search icon displays before navigating Screen.Recording.2025-03-03.at.12.31.52.mov |
@Krishna2323 Thanks for your proposal. But I prefer @daledah's solution because it solves this problem completely |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@DylanDylann Thanks for the review. Can you please explain what's missing in my proposal? |
@DylanDylann I updated the proposal to fix the issue you mentioned in comment. |
@DylanDylann Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@Krishna2323 Your proposal also can solve this problem, but I lean toward @daledah's proposal |
@DylanDylann PR is ready. |
Checklist time for tomorrow, @DylanDylann. |
Bump on the checklist! =D |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test Proposal Template
Regression Test ProposalPrecondition:Test:Do we agree 👍 or 👎 |
The PR is still being reviewed. The previous PR was reverted |
Removed the payment holds. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.23-7 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-04-14. 🎊 For reference, here are some details about the assignees on this issue:
|
@DylanDylann @trjExpensify @DylanDylann The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
👋 Alright, payment summary as follows:
|
@trjExpensify I would like to say no because the second PR is the same as the previous PR. The regression seems not to be from our change and it seems a mistake elsewhere |
Hm, I'm confused. 😕 #58878 - why does this PR title say "and fix regressions" and tags the blockers that were created causing us to revert it? Where else were they fixed, if not in this PR. 🤔 Comment ref:
|
@daledah please update the title of the second PR. To be honest, we didn't change anything and didn't fix any regression |
Where were those bugs fixed then? 😅 |
Initially we thought that the deploy blockers was from the original PR. But after opening the second PR, I could not reproduce the deploy blockers anymore with code changes from the PR above, so I mentioned it here and reverted the additional changes in this PR. Basically the second PR reimplements the first PR and regression comes from another PR and is fixed now. |
Interesting, okay. Edited the payment summary to $250. Paid and closing! |
Uh oh!
There was an error while loading. Please reload this page.
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: V9.1.4-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes, reproducible on both
Issue reported by: Applause Internal Team
Device used: Redmi note 10s android 13
App Component: Search
Action Performed:
Expected Result:
Tapping an item from recent list must directs to that particular page.
Actual Result:
In mweb, tapping on an item from recent list directs to blank page briefly before showing the particular item but in android LHN is shown briefly. Both android and mweb shows inconsistent behaviour.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6750867_1740232548765.Screenrecorder-2025-02-22-19-17-58-29.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @trjExpensifyThe text was updated successfully, but these errors were encountered: