jQuery UI draggable and text selection
- by LeftyX
I am using jQuery 1.8.3 and jQuery UI 1.9.2.
My web application has got some draggable elements and I would like to allow the user to select some text in the contained elements.
I've seen there are some other questions on this topic.
Another path I am following is use the right-click of the mouse and use some text-selection plug-in I have found.
Still I can't make it work.
It seems that draggable/sortable elements don't allow text selection or can intercept mouse (clicks) events.
Any ideas?
Regards.