davetayls/jquery.kinetic

IE,Firefox : Scroll Horizontal Problem

Closed this issue · 1 comments

When I use this library for datatable in IE, Firefox (work fine only on Chrome), I found problem about Scroll Horizontal.
When I drag scroll horizontal and release mouse, position of scroll horizontal is not correct. You can see in my demo image ( .gif animation).

Please help me to resolve this problem.
scrollhorizontal ie

scrollhorizontal firefox

It's been a long time since I worked with this plugin but i don't think it expects scrollbars to be visible and your gifs suggest that it's picking up mouse movement from clicking on the bars when it shouldn't. You might be able to fix this within a filterTarget check based on how close the mouse is to the bottom of the kinetic div.

I'm going to close this as it's very old though.