-
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
Add support for scrolling by dragging over the text within the scrollpane #4
Comments
I want this too! |
It is was very useful in version 1. Would be great to have it back. |
+1 |
This would be a lot helpful. |
I've been too busy to do anything to jScrollPane for a little while. However, the code for this functionality is fairly simple and exisited in jScrollPane 1.x [ see around https://github.com/vitch/jScrollPane/blob/1.x/demo/scripts/jScrollPane.js#L547 ] - I'm happy to accept a pull request with the necessary changes to 2.x... |
Can you start a pull request to add support for scrolling by dragging over the text in the latest version of your plugin? |
hi friends i think i solve this problem (for me). i used thi v2 and jquery sortables together and working. try to use $( ".jspPane" ).sortable(); at the last of the code (after the run jspane code and activated the scrollpane). |
Hello @vitch I'm trying to get jScrollPane development going again and try to clean up old PRs and bugs. Is this bug still relevant? |
Personally I don't use jScrollPane any more or have any use for it so I can't say. I can see how the functionality could be useful to someone if they were using jScrollPane. |
As implemented in previous version of jScrollPane
The text was updated successfully, but these errors were encountered: