wieringen / tinyscrollbar

A lightweight cross browser javascript scrollbar.
http://baijs.com/tinyscrollbar
Other
398 stars 203 forks source link

Stop wheel event propagation to support nested scrollbars #58

Closed andreieftimie closed 8 years ago

andreieftimie commented 9 years ago

Nested scrollbars are currently broken in regard to the wheel event. When you try scrolling the inner scrollbar the outer scrollbar is also scrolled.

Stopping the wheel event makes this work as expected. I'm not sure if / what drawbacks could this introduce, for my testcase this seems to work just fine.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.45%) to 53.94% when pulling 171d1b85586e9ff6400c0915674ebb5323eeafdc on andreieftimie:master into 18684037f7f736e85526c05701125b08376d3e71 on wieringen:master.

andreieftimie commented 8 years ago

Any plans to merge this?