-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Scrolling does not work in IE for certain mice #2728
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
Comments
Fix IE10 scroll issue. This addresses ionic-team#2728
Fix IE10 scroll issue. This addresses ionic-team#2728
You mentioned https://developer.mozilla.org/en-US/docs/Web/Events/mousewheel |
Sorry, I might have said the wrong event - I cherry-picked the commit, and this was investigation on hard manual testing by me. |
This PR makes me nervous because of the many other issues it can cause on all the different browsers/devices. I'll probably keep this one open for a while as it'll take some heavy testing. So the more help we can get from the community the better. Thanks! |
Fix IE10 scroll issue. This addresses #2728
Merged, thanks for the PR and research! |
This would require a minor change, and I will open a PR shortly for this that has been tested in a production app, but IE will fire the mousewheel event for certain mice, and the current set of listeners do not capture this situation.
The text was updated successfully, but these errors were encountered: