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
Using interactive: true, when a browser loses focus by changing different applications and a target has focus, the open tooltip/popover doesn't close via mouseleave or mousemove.
Reproduce:
Cause the browser to lose focus by changing applications via keyboard shortcuts.
Position the mouse over another tooltip.
Change applications back to the browser via keyboard shortcuts.
Move the mouse and the tooltip/popover over a different target will appear while the focused target's tooltip/popover remains visible.
Expected: Mouseleave on a focused event should hide the tooltip/popover, but does not.
Mouseleave on previously focused event, after mouseenter, should hide the tooltip/popover, which does not.
The text was updated successfully, but these errors were encountered:
I believe this bug may have been related to #53. @GCheung55 let me know if it wasn't fixed in v0.10.3. I'm writing some regression tests now to make sure the bug doesn't crop up again.
Using
interactive: true
, when a browser loses focus by changing different applications and a target has focus, the open tooltip/popover doesn't close via mouseleave or mousemove.Reproduce:
Cause the browser to lose focus by changing applications via keyboard shortcuts.
Position the mouse over another tooltip.
Change applications back to the browser via keyboard shortcuts.
Move the mouse and the tooltip/popover over a different target will appear while the focused target's tooltip/popover remains visible.
Expected: Mouseleave on a focused event should hide the tooltip/popover, but does not.
Mouseleave on previously focused event, after mouseenter, should hide the tooltip/popover, which does not.
The text was updated successfully, but these errors were encountered: