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

vertical scrolling on OSX is too fast #8

Open
joeblew99 opened this issue Jun 24, 2017 · 5 comments
Open

vertical scrolling on OSX is too fast #8

joeblew99 opened this issue Jun 24, 2017 · 5 comments

Comments

@joeblew99
Copy link

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.

@aarzilli
Copy link
Owner

grep for ScrollDelta.

@joeblew99
Copy link
Author

had a look and tried to work it out, but could not work out the right place.
Only managed to change it for scroll boxes, and not the scroll window. Arrg.

It seems the maths logic is here ??
https://github.com/aarzilli/nucular/blob/master/nucular.go#L1899

Would be cool if i can get more control of this...

@aarzilli
Copy link
Owner

aarzilli commented Jul 4, 2017

It should be that.

@joeblew99
Copy link
Author

Will have another go and let you knwo then. thanks

@dragonfax
Copy link

BTW, this is the only bug I found on the mac. Rather impressive.

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

3 participants