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 has been archived by the owner on Nov 9, 2024. It is now read-only.
When animation is applied on the reference element , data-reference-hidden property doesn't accurately determine whether the element is hidden .
This leads to ambiguity in the visibility of tooltips as they do not disappear when the reference element is hovered under transition.
In the above codepen link , if you hover over the hide button and mouseenter the 'Click Me' button when it is under ease in out transition , the tooltip shown does not dissapear even after the button is vanished.
The text was updated successfully, but these errors were encountered:
Bug description
When animation is applied on the reference element ,
data-reference-hidden
property doesn't accurately determine whether the element is hidden .This leads to ambiguity in the visibility of tooltips as they do not disappear when the reference element is hovered under transition.
Reproduction
CodePen link: https://codepen.io/shashank-23002/pen/KKEvXKY
In the above codepen link , if you hover over the hide button and mouseenter the 'Click Me' button when it is under ease in out transition , the tooltip shown does not dissapear even after the button is vanished.
The text was updated successfully, but these errors were encountered: