nucular icon indicating copy to clipboard operation
nucular copied to clipboard

vertical scrolling on OSX is too fast

Open joeblew99 opened this issue 7 years ago • 5 comments

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.

joeblew99 avatar Jun 24 '17 20:06 joeblew99

grep for ScrollDelta.

aarzilli avatar Jun 28 '17 14:06 aarzilli

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...

joeblew99 avatar Jul 02 '17 23:07 joeblew99

It should be that.

aarzilli avatar Jul 04 '17 12:07 aarzilli

Will have another go and let you knwo then. thanks

joeblew99 avatar Jul 04 '17 20:07 joeblew99

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

dragonfax avatar Sep 20 '18 07:09 dragonfax