-
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
Expense - Clicking on tooltip is not functional #57365
Comments
Triggered auto assignment to @abekkala ( |
Triggered auto assignment to @robertjchen ( |
💬 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:
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Clicking on tooltip is not functional. What is the root cause of that problem?In PR, we are missing
What changes do you think we should make in order to solve the problem?We should handle the press tooltip event: onTooltipPress={() => {
onSelectRow(item);
hideProductTrainingTooltip();
}} The bug appears in this button as well:
so we need to address it by the similar way, that is adding onTooltipPress function.
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional) |
cc: @DylanDylann |
It is intentional, we are going to complete this soon |
@robertjchen, @abekkala Whoops! This issue is 2 days overdue. Let's get this updated quick! |
PR was deployed, but reverted |
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.5-1
Reproducible in staging?: Yes
Reproducible in production?: No
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: #56759
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Mac 14.5/ Chrome
App Component: Money Requests
Action Performed:
Expected Result:
Clicking on the tooltip selects the Manager McTest
Actual Result:
Clicking on tooltip is not functional.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6753204_1740448523659.Screen_Recording_2025-02-25_at_4.31.51_at_night.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: