Skip to content
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

Tooltips flicker when they can't fit on the screen #1239

Closed
juancampa opened this issue Feb 11, 2022 · 2 comments · Fixed by #1240
Closed

Tooltips flicker when they can't fit on the screen #1239

juancampa opened this issue Feb 11, 2022 · 2 comments · Fixed by #1240
Labels
bug Something is broken

Comments

@juancampa
Copy link
Contributor

Describe the bug

Tooltips flicker when they can't fit on the screen

To Reproduce
Steps to reproduce the behavior:

  1. Resize screen to make it small-ish
  2. Hover on a tooltip that's large enough to not fit vertically
  3. observe the flickering

Expected behavior
The tooltip should not flicker

Screenshots

Peek.2022-02-11.12-58.mp4

Desktop (please complete the following information):

  • OS: Linux

Additional context

@juancampa juancampa added the bug Something is broken label Feb 11, 2022
@juancampa
Copy link
Contributor Author

I investigated this a little bit, the label stops being hovered every other frame because the tooltip prevents it from staying hovered. A possible solution would be to make tooltips "transparent" to hovering. But that wouldn't work for other Area-based things, like menus.

Perhaps a better solution is to just let it overflow the screen when it can't fully fit

@emilk
Copy link
Owner

emilk commented Jun 10, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
2 participants