Skip to content
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

Unable to preventDefault inside passive event listener #455

Closed
j1mie opened this issue May 3, 2019 · 2 comments
Closed

Unable to preventDefault inside passive event listener #455

j1mie opened this issue May 3, 2019 · 2 comments

Comments

@j1mie
Copy link

j1mie commented May 3, 2019

The latest version of Chrome throws the following error with the Zoom component:

[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312
@hshoff
Copy link
Member

hshoff commented May 3, 2019

Ah yes, this is a fun one. Will get this fixed in a non-breaking way (hopefully).

related

@j1mie
Copy link
Author

j1mie commented May 7, 2019

Thanks for your quick response @hshoff!

Wondering if you have any thoughts on how to implement pinch-to-zoom using a trackpad for the zoom component. I could post this in a separate issue if it's unrelated.

@hshoff hshoff closed this as completed in 349a386 May 9, 2019
hshoff added a commit that referenced this issue May 9, 2019
[zoom] make wheel event active by default. fixes #455
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants