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
The strange behaviour was only observed in Mozilla Firefox (Chrome, Safari and Microsoft Edge work fine).
I have a table with multiply rows and multiply tooltips. Sometimes the onMouseleave event doesn't fire and most of the time I can see multiple tooltips when moving the mouse quickly. You can see this behaviour in the gif below.
Expected behavior
onMouseleave should fire every time
Screenshots
Browser / OS (please complete the following information):
OS: MacOC
Browser Mozilla Firefox
Version 100
Additional context
When I inspected the console output, I noticed that the event mouseleave does not fire when I move the mouse quickly, mouseenter event fires always.
I'm not exactly sure that the problem is associated with react-laag. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Describe the bug
The strange behaviour was only observed in Mozilla Firefox (Chrome, Safari and Microsoft Edge work fine).
I have a table with multiply rows and multiply tooltips. Sometimes the onMouseleave event doesn't fire and most of the time I can see multiple tooltips when moving the mouse quickly. You can see this behaviour in the gif below.
Code
Expected behavior
onMouseleave should fire every time
Screenshots
Browser / OS (please complete the following information):
Additional context
When I inspected the console output, I noticed that the event
mouseleave
does not fire when I move the mouse quickly,mouseenter
event fires always.I'm not exactly sure that the problem is associated with
react-laag
. Any help is greatly appreciated.The text was updated successfully, but these errors were encountered: