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
As described in https://www.chromestatus.com/features/6662647093133312 chrome has started handling events differently. This is affecting, for example, zoom behaviour in plottable, even in the examples on the page.
Quick fix is to set { passive: false } when setting up the listeners.
Live example URL: http://plottablejs.org/examples/finance/ Steps to repro:
Scroll behaviour is leaking from the component to the rest of the page. The component should handle this as zoom.
The component is both zoomed and the rest of the page is scrolling.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
As described in https://www.chromestatus.com/features/6662647093133312 chrome has started handling events differently. This is affecting, for example, zoom behaviour in plottable, even in the examples on the page.
Quick fix is to set { passive: false } when setting up the listeners.
Live example URL:
http://plottablejs.org/examples/finance/
Steps to repro:
Expected behavior
Scroll behaviour is leaking from the component to the rest of the page. The component should handle this as zoom.
Actual behavior
The component is both zoomed and the rest of the page is scrolling.
Environment
The text was updated successfully, but these errors were encountered: