non-passive event listener to a scroll-blocking 'touchstart' event #3072
Answered
by
lubber-de
bootstrapdisruptive
asked this question in
Modules (Modal, Dropdown, Popup, Calendar, Toast, ...)
-
Hi, I use a very basic dropdown (see code below). The chrome developer tools alert it as non-passive. What do I need to do?
|
Beta Was this translation helpful? Give feedback.
Answered by
lubber-de
Jul 20, 2024
Replies: 1 comment
-
It's caused by jquery 3.x not supporting passive event listeners. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lubber-de
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's caused by jquery 3.x not supporting passive event listeners.
See workaround here
https://stackoverflow.com/questions/60357083/does-not-use-passive-listeners-to-improve-scrolling-performance-lighthouse-repo/62177358#62177358