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

scrollTo doesn't change position of div class="slimScrollBar ui-draggable" element

Open wDevil opened this issue 11 years ago • 3 comments

Right side scroll init

 $('#scrollSlim').slimScroll({
                disableFadeOut: true,
                railVisible:true, 
                distance: 3,
                size: 7
            });

User scroll content and doing some action. Now i need return scroll position in top. I'l do this programmatically like this:

$('#scrollSlim').slimScroll({scrollTo: 0})

Content is scrolled fine, but scroll visible div element with class="slimScrollBar ui-draggable" in right side doesn't changed his position. When user scroll mouse, content jump to the old position

wDevil avatar May 26 '13 14:05 wDevil

I am experiencing the same issue with version version: 1.3.2

mhendrikx avatar Aug 18 '14 11:08 mhendrikx

I am also facing the same problem with version 1.3.6

sharadsxn24 avatar Jan 07 '16 13:01 sharadsxn24

I am also face this issue with version 1.3.7 in firebox browser. In chrome its working fine. can any one help me to solve this.

arshanmugam avatar Mar 29 '16 06:03 arshanmugam