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
Hello,
the tooltip is not disappearing if the mouse is off the target when the delayShow triggers.
(#158 fixed only the console error, but not the unintended behavior)
Steps to reproduce:
mouseOver on a target element with a delayShow > 0
mouseOut when the tooltip has not yet appeared
after the delayShow the tooltip appears and remains visible since the mouse is not on the target element.
The text was updated successfully, but these errors were encountered:
After further investigation, it appears that a workaround to use delayShow is setting a delayHide={1}, because this causes a reset of the Show timeout on mouseLeave.
Hello,
the tooltip is not disappearing if the mouse is off the target when the delayShow triggers.
(#158 fixed only the console error, but not the unintended behavior)
Steps to reproduce:
delayShow > 0
delayShow
the tooltip appears and remains visible since the mouse is not on the target element.The text was updated successfully, but these errors were encountered: