-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow setting different show & hide delay #29
Labels
Comments
Hi, I can introduce this change, for sure. |
Any updates on this? |
@willadamskeane not yet, but I will try working on that this weekend |
slmgc
added a commit
that referenced
this issue
Dec 5, 2018
@prymitive @willadamskeane added show/hide delay |
A little issue I've noticed - the hide delay seems to be ignored if you immediately hover over an adjacent component with a tooltip attached. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this possible? Looking at the code I only see a single timer for this, is there any hook I can use to customize this?
I want to have long show delay but a short hide to avoid spamming the UI with tooltip popups as user moves the mouse around. Tooltips should only show up if user is confused what given control does and pauses for a second, but once tooltip is visible and user moves the cursor away I don't want to keep that old popup visible for another second, it should hide instantly when not needed.
Thanks!
The text was updated successfully, but these errors were encountered: