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

preventDefault error: [Chrome] Unable to preventDefault inside passive event listener due to target being treated as passive. #246

Open
RobbDeveloper opened this issue Nov 21, 2019 · 7 comments

Comments

@RobbDeveloper
Copy link

While using Google Chrome i got an error:

[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See

I actually fixed this by removing all the uses of preventDefault() function in selectric plugin.
I don't know why, but it works.

@fhferreira
Copy link

+1

@fhferreira
Copy link

The error occurs when we "scroll" with mouse inside the Drop-down

@maxim-torba
Copy link

do you have any ideas how to fix it?

@fhferreira
Copy link

do you have any ideas how to fix it?

I actually fixed this by removing all the uses of preventDefault() function in selectric plugin. like @Robb110

@maxim-torba
Copy link

do you have any ideas how to fix it?

I actually fixed this by removing all the uses of preventDefault() function in selectric plugin. like @Robb110

sounds not cool)

@fhferreira
Copy link

do you have any ideas how to fix it?

I actually fixed this by removing all the uses of preventDefault() function in selectric plugin. like @Robb110

sounds not cool)

but solved the problem, I remove only one "preventDefault" in my source

@brandontravis
Copy link

Is there a fix that keeps the scrolling behavior of preventdefault in tact?

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