-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listeners get clobbered #381
Comments
This is what I was running into in my other PR - in my experience |
@mcnuttandrew @samhogg Are there any updates on this issue? Is there a resolution that was reached that you can share. Let me know if I can be of any help. I'm facing this issue on all the MarkSeries graphs that I'm rendering and as a workaround I right now bind the The |
Sorry my bad. I have updated the webpack bin url with the right fix. On mouseover gets called until I move my mouse out and when mouse out even listener is triggered react seems to be batching the setStates and the resetting of hints is lost I believe. The current fix I have in there fixes showing/hiding the hints correctly. |
@ajainarayanan are you able to clarify what the fix is, that works with |
I'm also getting this problem on BarSeries, where onValueMouseOut / onSeriesMouseOut is not triggered. |
Anyone following this issue might be interested in the discussion on #518 |
I got this working by turning animation off when onValueMouseOver is called and then turning it back on when onValueMouseOut is called |
I'm going to close this one and keep discussion on #518 |
There is a reasonably frequent bug in which onValueMouseOut/onSeriesMouseOut listeners are not called due to the presence of other listeners. This often occurs in conjunction with the presence of animation. (To wit, check out the animated sunburst for more)
The text was updated successfully, but these errors were encountered: