-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
vertical scrolling on OSX is too fast #8
Comments
grep for ScrollDelta. |
had a look and tried to work it out, but could not work out the right place. It seems the maths logic is here ?? Would be cool if i can get more control of this... |
It should be that. |
Will have another go and let you knwo then. thanks |
BTW, this is the only bug I found on the mac. Rather impressive. |
Using latest code.
On windows its about right.
On OSX it is very fast and jumpy. I am using a touchpad which i believe imitates and mouse scroll button.
I had a look for scroll delta but could only find a reference to it in shiny.
Can you have a look and let me know where the right code to change is, and i can then test out different scroll speeds on OSX, as i believe you do not have OSX.
The text was updated successfully, but these errors were encountered: