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

Fix axis specific deltas on Firefox < 17 #73

Closed
wants to merge 1 commit into from
Closed

Fix axis specific deltas on Firefox < 17 #73

wants to merge 1 commit into from

Conversation

dskiff
Copy link

@dskiff dskiff commented Oct 18, 2013

  • FF versions less than 17 use DOMMouseScroll event, which provides a
    detail (the magnitude) and axis of the scroll. However, it doesn't
    provide individual dy, dx values, and the axis is currently ignored
    by jquery-mousewheel.

- FF versions less than 17 use DOMMouseScroll event, which provides a
  detail (the magnitude) and axis of the scroll. However, it doesn't
  provide individual dy, dx values, and the axis is currently ignored
  by jquery-mousewheel.
@brandonaaron
Copy link
Contributor

Closing in favor of #74.

@dskiff
Copy link
Author

dskiff commented Oct 18, 2013

#74, If I understand it correctly, wouldn't completely solve my issue, since ideally I'd want to be able to differentiate between horizantal/vertical scrolls. I needed support for FF 10 (sad, I know), so I thought I'd push it back in case anybody else was stuck with the same sad issue.

@brandonaaron
Copy link
Contributor

I lumped it in with 74 because it was related to the axis stuff. I'm going to get this in as well. I actually have it done locally as of this morning but got pulled away and haven't had time to test everywhere yet.

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

Successfully merging this pull request may close these issues.

2 participants