-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
fix: Wrong positioning of filter tooltips on scroll #24617
fix: Wrong positioning of filter tooltips on scroll #24617
Conversation
Did this fix the popover of the time filter control, too? |
By time filter control, do you mean the one that appears in the video called |
Oh, it's also following the scroll 🤦♂️ I'll add a commit to fix it |
Codecov Report
@@ Coverage Diff @@
## master #24617 +/- ##
==========================================
- Coverage 69.09% 69.09% -0.01%
==========================================
Files 1906 1906
Lines 74127 74130 +3
Branches 8172 8172
==========================================
Hits 51220 51220
- Misses 20780 20783 +3
Partials 2127 2127
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ktmud I'll add a follow-up to fix the popover element because it involves a shared component that is used in many use cases and may require additional context. |
I registered the issue here. |
(cherry picked from commit c53b249)
SUMMARY
Fixes the positioning of filter tooltips on scroll. Previously, the tooltips were unanchored to their elements and ended up in wrong positions when scrolling.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before: Tooltips following the scroll
Screen.Recording.2023-07-07.at.10.54.23.mov
After: Tooltips anchored to their elements
Screen.Recording.2023-07-07.at.11.08.47.mov
TESTING INSTRUCTIONS
Check the videos for instructions.
ADDITIONAL INFORMATION