buu
buu

Reputation: 131

Tinyscrollbar not working with drag

I use the tinyscrollbar plugin on a site in a couple of sections. So far, it was working great. But now for some reason, the scroll is avaible with the mousewheel but not with the drag/drop slider..

The resolution i'm using is 1360x768, but I test it in a 1920x1080 and the drag WORKS! I check with firebug if the problem is an overlapping element over the slider but I can't see anything..

I didn't post any code, because I didn't make any changes on tinyscrollbar.js..

Upvotes: 3

Views: 884

Answers (2)

Amb3rL4nn
Amb3rL4nn

Reputation: 83

If you upgraded to windows 8 there is a bug where it only registers screen touch instead of both the screen and mouse... so you will need to address that

Upvotes: 1

Matt Gendall
Matt Gendall

Reputation: 1

Check the z-index of the scroll bar element places it ontop of everything else (an arbitarily high z-index is fine for this purpose) as this can sometimes end up behind the custom scroll viewport meaning that when you go to drag the scroll bar you click on the wrong element.

Upvotes: 0

Related Questions