jQuery UI draggable and text selection
Posted
by
LeftyX
on Stack Overflow
See other posts from Stack Overflow
or by LeftyX
Published on 2012-11-28T16:45:07Z
Indexed on
2012/11/28
23:04 UTC
Read the original article
Hit count: 175
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.
© Stack Overflow or respective owner