jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

scrollTo not updating the scroll bar

Open muneeburrahman opened this issue 9 years ago • 6 comments

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

muneeburrahman avatar Dec 11 '15 01:12 muneeburrahman

Same issue

r3verser avatar Mar 27 '16 09:03 r3verser

Any chance of fixing this / suggesting some kind of workaround? Thanks

alexisargyris avatar May 17 '16 08:05 alexisargyris

+1

ghost avatar Jul 09 '17 08:07 ghost

Use this pull request https://github.com/rochal/jQuery-slimScroll/pull/212 from @ziscloud

Lirux avatar Oct 31 '17 15:10 Lirux

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

razvantudorache avatar Mar 08 '18 12:03 razvantudorache

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.

mbsankar84 avatar Apr 03 '19 12:04 mbsankar84