-
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 for payment 2022-01-19] When you click into a given page in a Workspace and then click back out, the page is still highlighted #7036
Comments
Triggered auto assignment to @Beamanator ( |
I can reproduce too 👍 This seems like a regression, I doubt it was always like this - I'll look around & ask around to see if I can figure out where it came from |
Ok looks like this started way back here: #4382 - when the workspace pages were full screen. When we added lots more workspace pages & probably made the settings only partial-page here (#5642), we kept the active-page code. This can definitely be done externally, it would be nice if we could get a new contributor to work on this one since it looks easy |
Triggered auto assignment to @trjExpensify ( |
Proposalremoving the App/src/pages/workspace/WorkspaceInitialPage.js Lines 79 to 128 in 580c9db
|
Proposal <MenuItem
key={item.translationKey}
title={this.props.translate(item.translationKey)}
icon={item.icon}
iconRight={item.iconRight}
onPress={() => item.action()}
- wrapperStyle={shouldFocus ? styles.activeComponentBG : undefined}
- focused={shouldFocus}
shouldShowRightIcon
/> |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
Current assignee @Beamanator is eligible for the Exported assigner, not assigning anyone new. |
Exported the job to Upwork here: https://www.upwork.com/jobs/~0178e910d1a86795eb |
@rushatgabhane would you mind commenting in this issue so I can assign you to help review proposals as a Contributor-plus? |
@Beamanator Here, thanks |
Great! Assigned you to help review, @rushatgabhane - hopefully this will be automated starting tomorrow :D |
@thesahindia What do you plan to do with |
@rushatgabhane, |
🎀👀🎀 C+ reviewed Because there is no double side nav drawer for this view, we can't see the focused menu item anyway. |
I agree! Let's go with @thesahindia 👍 |
📣 @thesahindia You have been assigned to this job by @Beamanator! |
Hired on Upwork 👍 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.1.27-1 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 2022-01-19. 🎊 |
Settled up on Upwork, @thesahindia. Thank you! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
Since user is back to the main page, selected page should not be highlighted
Actual Result:
when you click into a given page in a Workspace and then click back out, the page you clicked into is still highlighted. It remains highlighted even as you over over other pages.
Workaround:
unknown
Platform:
Where is this issue occurring?
Version Number: 1.1.25-0
Reproducible in staging?: Y
Reproducible in production?: Y
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Upwork URL: https://www.upwork.com/jobs/~0178e910d1a86795eb
Screen.Recording.2021-12-30.at.2.58.02.PM.mov
Expensify/Expensify Issue URL:
Issue reported by: @puneetlath
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1640905133320000
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: