javascript - How to prevent chrome extension to mess with my site events? -


i using mousewheel event in site. have webgl frontend, scrollbars disabled, mousewheel used manipulating objects. works good, if not chrome wheel smooth scroller extension. bastard scrolls page not meant scrolled, , - blocks mousewheel event.

i attach event listener this:

window.addeventlistener('mousewheel', mousewheel); 

what should do? attaching event div instead of window not option


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -