-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[$250] Tooptip loses position when screen is resized #55397
Comments
Current assignee @zanyrenney is eligible for the Bug assigner, not assigning anyone new. |
This has been labelled "Needs Reproduction". Follow the steps here: https://stackoverflowteams.com/c/expensify/questions/16989 |
![]() Can reproduce. |
ProposalPlease re-state the problem that we are trying to solve in this issue.The tooltip doesn't keep its position when screen is resized. What is the root cause of that problem?The tooltip position is only measured once when the tooltip is going to show.
When the screen is resized, in this case, the height, the position value stays the same, so it will be out of position. What changes do you think we should make in order to solve the problem?We have 3 options. First, we can attach a dimension listener and remeasure it.
This is how it looks: a1.mp4The 2nd option is to adjust the tooltip position based on the window size delta. Currently, the position is defined by App/src/components/Tooltip/GenericTooltip.tsx Lines 171 to 172 in efabde3
We can subtract the offset to the difference of the current window size with the last window size when we measure the position.
App/src/components/Tooltip/GenericTooltip.tsx Lines 121 to 130 in efabde3
This is how it looks: a2.mp4The last option is to use BoundsObserver just like how we use it in BaseTooltip. App/src/components/Tooltip/BaseTooltip/index.tsx Lines 102 to 108 in efabde3
This is how it looks: a3.mp4What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.Tooptip loses position when screen is resized What is the root cause of that problem?When the screen size changes, the tooltip position is not reset, causing it to lose its correct position upon resizing What changes do you think we should make in order to solve the problem?To resolve this issue, we need to wrap the content of the GenericTooltip in a BoundsObserver. The following changes in BaseEducationalTooltip.tsx will address the problem.
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?UI Bug so not needed What alternative solutions did you explore? (Optional) |
@zanyrenney Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Job added to Upwork: https://www.upwork.com/jobs/~021881664477541067956 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ishpaul777 ( |
Hey @ishpaul777 please could you review the proposals above? Thanks! |
Can I be assigned here ? |
|
Oh sure sorry! |
Updated @ZhenjaHorbach |
📣 @ZhenjaHorbach 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Thanks a lot ! |
Thank you! |
@bernhardoj @ishakakkad |
No update needed |
Nice |
@bernhardoj But unfortunately, all solutions have bugs 2025-03-19.12.24.04.mov![]() And about the third solution |
@zanyrenney, @ZhenjaHorbach Eep! 4 days overdue now. Issues have feelings too... |
Not overdue |
They don't use BoundsObserver because it's web only. BaseTooltip also uses the same solution. App/src/components/Tooltip/BaseTooltip/index.tsx Lines 102 to 118 in ca1f4ff
|
Oh 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @thienlnam, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@ZhenjaHorbach @bernhardoj |
It's okay |
@ZhenjaHorbach I just re-tested and using BoundsObserver still shows the tooltip at the bottom briefly. I believe the 2nd approach doesn't have this bug. Can you please retest it? (all the videos showing each approach is on my proposal already) web.mp4 |
Hmmm |
And about second option 2025-03-29.08.15.47.mov |
Hmm, the positioning looks weird. I'll check it later. |
@thienlnam Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Not overdue |
how are we doing here @ZhenjaHorbach @bernhardoj ? |
We are working on a fix ! |
@thienlnam Eep! 4 days overdue now. Issues have feelings too... |
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:
Reproducible in staging?: Needs Reproduction
Reproducible in production?: Needs Reproduction
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
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: @MitchExpensify
Slack conversation (hyperlinked to channel name): ts_external_expensify_bugs
Action Performed:
Expected Result:
The tooltip keeps its correct position regardless of screen size
Actual Result:
The tooltip loses its position
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @thienlnamThe text was updated successfully, but these errors were encountered: