jquery-tinyscrollbar
jquery-tinyscrollbar copied to clipboard
Selecting text when dragging
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