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

Skip tooltip_delay if a tooltip was recently open. #4582

Closed
emilk opened this issue May 29, 2024 · 0 comments · Fixed by #4585
Closed

Skip tooltip_delay if a tooltip was recently open. #4582

emilk opened this issue May 29, 2024 · 0 comments · Fixed by #4585
Assignees
Labels

Comments

@emilk
Copy link
Owner

emilk commented May 29, 2024

There is a tooltip_delay before showing the first tooltip, but once one tooltips is show, moving the mouse cursor to another item should show the tooltip for that item right away.

So: if less that some specific amount of time has past since the last tooltip was shown, show a tooltip right away for any hovered widget, even if the mouse is moving fast.

@emilk emilk added the egui label May 29, 2024
@emilk emilk added this to the Next Major Release milestone May 29, 2024
@emilk emilk self-assigned this May 29, 2024
emilk added a commit that referenced this issue May 30, 2024
…way (#4585)

* Closes #4582

User-story: there are multiple icons in a row, and the user wants them
explained. They hover over one until the tooltips appears. They then
move on to the next and don't want to wait for that tooltip again.
hacknus pushed a commit to hacknus/egui that referenced this issue Oct 30, 2024
…way (emilk#4585)

* Closes emilk#4582

User-story: there are multiple icons in a row, and the user wants them
explained. They hover over one until the tooltips appears. They then
move on to the next and don't want to wait for that tooltip again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant