jQuery-slimScroll
jQuery-slimScroll copied to clipboard
scrollTo not updating the scroll bar
I have used this method $(element).slimScroll({ scrollTo: '50px' }); to scroll to a position but the scroll bar is not updating its position. And using mouse wheel then starts the scroll from top
Same issue
Any chance of fixing this / suggesting some kind of workaround? Thanks
+1
Use this pull request https://github.com/rochal/jQuery-slimScroll/pull/212 from @ziscloud
Hi,
This issue was fixed in the 1.3.8 version by adding bar = me.siblings('.' + o.barClass); rail = me.siblings('.' + o.railClass);
https://github.com/rochal/jQuery-slimScroll/pull/217
I tried this through, "programmatically scroll.html" from latest plugin, but I didn't get the issue resolved. The slimScrolling menu height going to be fixed to 300px. (as given, {(scrollTo: 300px)}.plz help regarding this.