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

Allow setting different show & hide delay #29

Closed
prymitive opened this issue Aug 19, 2018 · 5 comments
Closed

Allow setting different show & hide delay #29

prymitive opened this issue Aug 19, 2018 · 5 comments

Comments

@prymitive
Copy link

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!

@slmgc
Copy link
Owner

slmgc commented Aug 20, 2018

Hi, I can introduce this change, for sure.

@slmgc slmgc added the v4 label Sep 28, 2018
@slmgc slmgc modified the milestone: v4 Nov 9, 2018
@willadamskeane
Copy link

Any updates on this?

@slmgc
Copy link
Owner

slmgc commented Nov 29, 2018

@willadamskeane not yet, but I will try working on that this weekend

@slmgc slmgc removed the v4 label Dec 5, 2018
@slmgc
Copy link
Owner

slmgc commented Dec 5, 2018

@prymitive @willadamskeane added show/hide delay

@slmgc slmgc closed this as completed Dec 5, 2018
@willadamskeane
Copy link

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
Projects
None yet
Development

No branches or pull requests

3 participants