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

"wheel" event propagates in Firefox #2955

Open
deltafactory opened this issue Feb 22, 2018 · 0 comments
Open

"wheel" event propagates in Firefox #2955

deltafactory opened this issue Feb 22, 2018 · 0 comments

Comments

@deltafactory
Copy link

Using 2-finger scroll in Windows 10/Firefox 58, both the dropdown list and page scroll. The issue does not exist in Chrome.

I found a Firefox-specific issue which led me to the newer "wheel" event.
https://stackoverflow.com/questions/13274326/firefoxjquery-mousewheel-scroll-event-bug

After adding "wheel.chosen" to the list of events on the following line, the issue was no longer present.
this.search_results.bind('mousewheel.chosen DOMMouseScroll.chosen', function(evt) {

I then was able to observe the situation described in #2823.

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

1 participant