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

Scroller-example doesn't work on Win+Firefox #12

Closed
judofyr opened this issue Aug 21, 2015 · 2 comments
Closed

Scroller-example doesn't work on Win+Firefox #12

judofyr opened this issue Aug 21, 2015 · 2 comments

Comments

@judofyr
Copy link
Collaborator

judofyr commented Aug 21, 2015

From: https://news.ycombinator.com/item?id=10093762

edit: @judofyr, the Scroller example app doesn't work for me on Firefox 40.0.2 on Win 8. It works in Chrome.

@somebee
Copy link
Member

somebee commented Aug 21, 2015

It seems to be due to this: http://stackoverflow.com/questions/16788995/mousewheel-event-is-not-triggering-in-firefox-browser. Either we should not support the mousewheel-event at all, or we need to make mousewheel listener register differently in dom.events.

My mistake: https://developer.mozilla.org/en-US/docs/Web/Events/wheel should use the wheel event instead

@somebee
Copy link
Member

somebee commented Aug 21, 2015

This should now be fixed and pushed to the site.

@somebee somebee closed this as completed Aug 21, 2015
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

2 participants