We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HI!
We are using flotr2 to draw the charts in our dashboards. And flotr2 uses bean for events management.
Since Chrome/Chromium v42 the events are not fired when we are over a chart (mouse up, mouse down ...).
This is how flotr2 uses bean:
https://github.com/HumbleSoftware/Flotr2/blob/master/js/EventAdapter.js
I have tested it with current bean master.
The text was updated successfully, but these errors were encountered:
interesting. and you can confirm that there was no problems with V41
Sorry, something went wrong.
Yes, I have playing with different version using the debian packages at:
http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/
for isolating the problem. In v41 flotr2 events are working with and old bean version and also with master.
With v42 flotr2 events are NOT working with the old bean version and also not working with current master.
In you need I test anything in order to make easier for you to isolate the problem, I will help! :)
Any news about this issue?
Thanks!
No branches or pull requests
HI!
We are using flotr2 to draw the charts in our dashboards. And flotr2 uses bean for events management.
Since Chrome/Chromium v42 the events are not fired when we are over a chart (mouse up, mouse down ...).
This is how flotr2 uses bean:
https://github.com/HumbleSoftware/Flotr2/blob/master/js/EventAdapter.js
I have tested it with current bean master.
The text was updated successfully, but these errors were encountered: