jquery-tinyscrollbar icon indicating copy to clipboard operation
jquery-tinyscrollbar copied to clipboard

Selecting text when dragging

Open sidharta opened this issue 12 years ago • 0 comments

While dragging the scrollbar and moving around near content text, the text is selected.

The problem is because, in the events method you have to add 'return false;' at the end of them to prevent selecting as said in this link:

http://www.quirksmode.org/js/dragdrop.html

So, at the end of start, drag and end method I added this statement and it worked!

Hope you can improve this excellent plugin.

[]s sid

sidharta avatar Jan 11 '13 12:01 sidharta