-
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
Web - Tooltip - Educational tooltip appears on not here page #55058
Comments
Triggered auto assignment to @RachCHopkins ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The educational tooltip shows on the validate login page. What is the root cause of that problem?The tooltip shows if the current active route is home.
When we open the validate login page, the nav stack looks like: [BottomTab, ValidateLogin]
What changes do you think we should make in order to solve the problem?There is no hook to listen for root navigator, so I'm thinking to have the same approach as this. App/src/libs/Navigation/AppNavigator/AuthScreens.tsx Lines 209 to 220 in 219e66d
We will create a new Onyx key called
Then attach the listener here (and other screen if needed) App/src/libs/Navigation/AppNavigator/AuthScreens.tsx Lines 428 to 436 in 219e66d
Next, we listen for the onyx in OptionRowLHN.
Then, update the visibility logic here to prevent the tooltip from showing when App/src/components/LHNOptionsList/OptionRowLHN.tsx Lines 59 to 66 in 219e66d
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A |
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.83-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Mac 15.0 / Chrome
App Component: Other
Action Performed:
Expected Result:
Educational tooltip will not appear on not here page.
Actual Result:
Educational tooltip appears on not here page.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6710702_1736497788719.20250110_162705.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: