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

Extremely slow scrolling on Firefox #2

Open
Azeirah opened this issue Sep 25, 2015 · 3 comments
Open

Extremely slow scrolling on Firefox #2

Azeirah opened this issue Sep 25, 2015 · 3 comments

Comments

@Azeirah
Copy link

Azeirah commented Sep 25, 2015

Scrolling with the mouse is extremely slow, every scrollwheel "tick" zooms for maybe 1 pixel..

I've tried it on chrome also, scrolling works fine there.

@joshuahhh
Copy link
Collaborator

@Azeirah: This does not seem to be the case for me, with Firefox 41.0 on Mac. What's your environment?

@Azeirah
Copy link
Author

Azeirah commented Sep 25, 2015

Tried on two different computers. Ubuntu 14.04 Firefox Dev edition 42.02a
And on a Windows 8.1 box with a regular Firefox installation.

@electronicwhisper
Copy link
Collaborator

Are you using the mac trackpad or a mouse? My guess is it has to do with the deltaY property of the mousewheel event,

https://github.com/cdglabs/apparatus/blob/master/src/View/Canvas.coffee#L374

I tuned this to work with the mac trackpad. There might need to be some code to normalize this value across devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants