jQuery-slimScroll
jQuery-slimScroll copied to clipboard
bar does not move
Since version 1.3.4 I checked in chrome and FF https://github.com/rochal/jQuery-slimScroll/blob/master/examples/programmatic-scrolling.html bar does not move
can confirm. even if we start bottom, the bar is top.
Same problem here. scrollTo and scrollBy scrolls the content but not the scrollbar
Does anyone have a possible PR for this?
Confirmed for v1.3.6. In addition, after a scrollTo event, using the mouse scroll wheel scrolls from the current scroll bar position, not the position that was requested by scrollTo. Reverting to 1.3.3 for the time being.
since the bug isn't being fixed - is there any use in versions later 1.3.3 ?
My bar wasn't moving when using scrollBy. I fixed the issue by using the unminified release. Seems like there's a problem with the minified version
thanks LukeKB, it works with the unminified version
I can confirm what @LukeKB @davidetrapani said, it works with the unminified version.