3

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..

buu
  • 131
  • 1
  • 9
  • I've checked that on a 1920x1080 resolution, resizing the browser doesn't affect the drag slider.. it keeps working.. – buu Mar 04 '13 at 15:39
  • New observation, I was using chrome.. it works fine in firefox here and chrome of other machines.. so it must be a problem of extensions or something like that – buu Mar 04 '13 at 16:54
  • Does the example at http://baijs.com/tinyscrollbar/ work for you currently? – NoBugs Jul 19 '15 at 02:30

2 Answers2

1

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

Amb3rL4nn
  • 83
  • 10
0

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.