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
In some cases we might have an element with a tooltip but that element got removed on click for example due to navigaion, in this case the element will be removed and the tooltip will persist and never removed since the mouseleave event will never get triggered.
Steps to reproduce the behavior:
Add a tooltip to an icon
move the mouse over the icon -> tooltip is shown
move the mouse away from the icon -> tooltip is removed
move the mouse over the icon -> tooltip is shown
click the icon and remove the icon from the DOM
tooltip is not removed
Seen in version 1.0.0-RC17
The text was updated successfully, but these errors were encountered:
vegegoku
changed the title
tooltip hiding error
Tooltip is not removed if the element removed before mouseleave event is triggered
Feb 1, 2023
In some cases we might have an element with a tooltip but that element got removed on click for example due to navigaion, in this case the element will be removed and the tooltip will persist and never removed since the mouseleave event will never get triggered.
Steps to reproduce the behavior:
Seen in version 1.0.0-RC17
The text was updated successfully, but these errors were encountered: