Skip to content
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

Open
vitch opened this issue Aug 17, 2010 · 9 comments · May be fixed by #240
Open

Add support for scrolling by dragging over the text within the scrollpane #4

vitch opened this issue Aug 17, 2010 · 9 comments · May be fixed by #240
Labels

Comments

@vitch
Copy link
Owner

vitch commented Aug 17, 2010

As implemented in previous version of jScrollPane

@Freez
Copy link

Freez commented Apr 1, 2011

I want this too!

@cippall
Copy link

cippall commented Nov 14, 2011

It is was very useful in version 1. Would be great to have it back.

@aldarund
Copy link

+1

@edgarjs
Copy link

edgarjs commented Dec 19, 2011

This would be a lot helpful.

@vitch
Copy link
Owner Author

vitch commented Dec 20, 2011

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...

@cippall
Copy link

cippall commented Dec 8, 2012

Can you start a pull request to add support for scrolling by dragging over the text in the latest version of your plugin?

@takashi takashi linked a pull request Jun 24, 2013 that will close this issue
@kadriengin
Copy link

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();
$( ".jspPane" ).disableSelection();

at the last of the code (after the run jspane code and activated the scrollpane).

@illuusio
Copy link
Collaborator

illuusio commented Dec 7, 2017

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?

@vitch
Copy link
Owner Author

vitch commented Dec 7, 2017

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. ¯\_(ツ)_/¯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants