question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

Edit on CodeSandbox

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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
iflpcommented, Jun 9, 2020

@danedavid did you ever find a workaround? I’m having the same issue.

7reactions
wanchaiScommented, Oct 18, 2021

Why is this closed? im also facing exact same issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found