Open GoogleCodeExporter opened 9 years ago
I am using 3.6.0, the same problem happens.
If smoothscroll is false, then the cursor will not move.
However, in the block that handles position move:
around line 2744 in jquery.nicescroll.js:
self.synched('scroll', function() {
self.setScrollTop(ny);
self.setScrollLeft(nx);
throw "well";
});
};
if i throw an exception, then the scroll bar moves.
Original comment by Ricky.J....@gmail.com
on 9 Jan 2015 at 3:53
Original issue reported on code.google.com by
jonathan...@gmail.com
on 10 Apr 2013 at 10:31