lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 580 forks source link

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

Open christnp opened 4 years ago

christnp commented 4 years ago

When scrolling with mousewheel, I get an "Intervention" error/warning in Chrome that says:

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

preventDefault | @ | jquery.js:5575
wheelHandler | @ | jquery.scrollify.js:309
dispatch | @ | jquery.js:5237
elemData.handle | @ | jquery.js:5044

I'm not sure this is a major issue for website functionality but I wanted to raise it as a potential issue.

kainbacher commented 4 years ago

i have the same issue.

gusdevel commented 1 year ago

someone already solved it?