-
Notifications
You must be signed in to change notification settings - Fork 906
Open
Description
I'm creating slimScroll structure dynamically as well as calling the initialization.
I've been able to reproduce the problem in a jsfiddle with a timeout so you can have time to place the mouse over the scrolling div, and without moving it at all, try to scroll. This will show the bug. Slimscroll won't scroll unless you move the mouse.
Why there's a mousemove event inside the mousedown here?
bar.bind("mousedown", function(e) {
var $doc = $(document);
isDragg = true;
t = parseFloat(bar.css('top'));
pageY = e.pageY;
//why is this here?
$doc.bind("mousemove.slimscroll", function(e){Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels