-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag not stopping #44
Comments
Are you seeing this on my examples or just on your demo page. The mouseup handler is actually on the html element and so should always be fired. However, someone else was having a similar problem recently. I'm not sure if it is to do with the layout of the specific pages or maybe a change in jQuery - what version of jQuery are you using? |
I am experiencing the same problem, using ScrollPane on Drupal site (jQuery version 1.2.6). Is it because of the jQuery version? edit: |
jScrollPane 2 requires jQuery 1.4+ If you are stuck using jQuery 1.2.6 (which was released back on 2008-05-24) then you'll need to use jScrollPane 1. More info: @judahtanthony - what version of jQuery are you using? |
Yes, indeed. I am on Drupal 6 which ships with jQuery 1.2.6. I will download and try out jScrollPane 1 tomorrow. For anyone else who is interested you can download jScrollPane 1.x at https://github.com/vitch/jScrollPane/tree/1.x |
Hi all, I'm using jQuery 1.4.2 and jScrollPane 2, but still experiencing the same problem sometimes. Thanks |
Quick-Solution: In initialiseVerticalScroll after: verticalDrag.hover(...) add something like: |
If this is still issue please reopen. |
This may just be me, but when I mouse down on the drag-handle, start dragging, then mouse up NOT over the drag-handle, the dragging action never stops.
I haven't looked at the code, but it is as if the drag start is on the drag handle's mouse down, and the drag stop is on the drag handle's mouse up. But instead the drag stop should be on the window's mouse up, so that you can mouse up anywhere and stop the drag animation.
Using jScrollPane - v2.0.0beta5 - 2010-10-18
The text was updated successfully, but these errors were encountered: