You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2021. It is now read-only.
There is no way to prevent a tooltip from triggering if you move your mouse over it even for a fraction of a second.
Even if you add showDelay: 3000 the tooltip will still trigger if you have moved over it 3 seconds ago and your mouse is over the other side of the screen.
This is a real problem when you have many elements on a screen with tooltips - made even worse if they all trigger an AJAX request.
There should be a way to prevent tooltips triggering at all until you've hovered over them for x millsecs. showDelay could check to see if the mouse is still over the element before showing the tooltip.
Or perhaps we need a triggerDelay option?
Obviously this is only for tooltips triggered with a hover.