angular2-swing icon indicating copy to clipboard operation
angular2-swing copied to clipboard

Unable to preventDefault inside passive event listener due to target being treated as passive.

Open XPanniX opened this issue 8 years ago • 4 comments

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.

XPanniX avatar Jan 05 '17 15:01 XPanniX

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.

RByers avatar Feb 17 '17 02:02 RByers

Can this issue be closed?

tobiasmuecksch avatar Mar 30 '17 08:03 tobiasmuecksch

I think so

XPanniX avatar Apr 16 '17 16:04 XPanniX

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

josephnaber avatar Apr 13 '20 17:04 josephnaber