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 due to target being treated as passive. #20

Open
XPanniX opened this issue Jan 5, 2017 · 4 comments

Comments

@XPanniX
Copy link

XPanniX commented Jan 5, 2017

Chrome throws this error when moving cards:

Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080

But everything is still working fine.

@RByers
Copy link

RByers commented Feb 17, 2017

Sorry for the trouble, this is a breaking change in Chrome 56 to improve scroll performance. You probably need to add an appropriate touch-action CSS rule to explicitly disable touch scrolling.

@tobiasmuecksch
Copy link

Can this issue be closed?

@XPanniX
Copy link
Author

XPanniX commented Apr 16, 2017

I think so

@josephnaber
Copy link

This is still an issue for me. adding css touch-action: none does not solve my problem. Any update here?

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

4 participants