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
Basically the tooltip has a 1 second delay to be shown when you hover over the text but if you move the mouse outside the text before the second passes the onHide still gets called.
The text was updated successfully, but these errors were encountered:
Any update on this? I'm running into a similar issue with delayOnChange which I think is a derivative of this issue. If you hover over a tooltiped element and then hover over another tooltiped element, despite having delayOnChange = false, it still delays on subsequent elements. I believe this issue is causing that as well.
When a tooltip has a
delay
to be shown theonHide
gets called even when the tooltip wasn't shown.Here's a simple twiddle.
Basically the tooltip has a 1 second delay to be shown when you hover over the text but if you move the mouse outside the text before the second passes the
onHide
still gets called.The text was updated successfully, but these errors were encountered: