darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

Mouse wheel scroll not working properly on Mac #227

Open s512 opened 8 years ago

s512 commented 8 years ago

Hi,

Mouse wheel scrolling is not working properly on this example: http://darsa.in/sly/examples/vertical.html

(also not working in my own project).

It does scroll, but only a little bit, then the window will scroll. You need to rest the mouse wheel, then re-scroll and again it will move a little bit, then the window will scroll. And so on.

This just seems to be on a mac - I have tested on Chrome and Firefox for Mac. It works on Chrome for Windows.

It worked perfectly well on mac in an old version of the plugin (v1.2.5), but I have upgraded to the latest (1.6.1) and the scroll is broken...

Other than that... a great plugin!