Posted 8 September 2017, 10:05 am EST
Hi,
I am facing some scroll speed related issue with apple mouse.
Lets take an example, I am at row 1, when I slowly scroll down on the sheet using Dell mouse then it shows 4th row as my top row. but when I scroll with the same speed with apple mouse then it shows me 15 as my top row.
I was debugging this issue & found that top-row gets changed on mouseWheel/ mouseScroll event & in case of Dell mouse that event gets fired only once but with the apple mouse this event gets fired minimum 4-5 times with the same scroll speed.
Hence Scroll speed becomes too fast with apple mouse.
Is there any solution to fix this issue?
Thanks.