onMouseOut not firing when mouse is moved over quickly
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
Quickly hover in and out of the sectors. Sometimes the sectors remain in hovered state. This happens because mouseEnter
is fired, mouseOut
is not.
What is expected?
mouseOut
must be fired
What is actually happening?
mouseOut
not fired
Environment | Info |
---|---|
Recharts | v2.0.0-beta.1 |
React | 16.12 |
System | MacOS |
Browser | 79 |
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
OnMouseOut event not triggered when moving mouse fast (GWT
The issue is that, when I move the mouse very fast, the ONMOUSEOUT event is not fired in any browser. But works fine...
Read more >Moving the mouse: mouseover/out, mouseenter/leave
The mouseover event occurs when a mouse pointer comes over an element, and mouseout – when it leaves. These events are special, because...
Read more >onMouseout event is not fired everytime if there are two divs ...
onMouseout event is not fired everytime when it should. ... Try moving mouse over "PROJKTY" and "OFERTA", it wan't disappear each time it...
Read more >Mouse Out event not fired | CanvasJS Charts
1) Hover over the data point at (20,25) of the blue series. 2) The red series is blurred out. 3) Now quickly move...
Read more >[jQuery] Moving mouse fast causes mouseout not to fire
Hello All - I have the problem where for an image rollover, moving the mouse very quickly can leave my roll over 'on'...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@danedavid did you ever find a workaround? I’m having the same issue.
Why is this closed? im also facing exact same issue.