jQuery-slimScroll
jQuery-slimScroll copied to clipboard
scrollTo doesn't change position of div class="slimScrollBar ui-draggable" element
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
I am experiencing the same issue with version version: 1.3.2
I am also facing the same problem with version 1.3.6
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.