Side navigation
#13579 closed bug (notabug)
Opened March 07, 2013 02:13PM UTC
Closed March 07, 2013 03:31PM UTC
Last modified March 08, 2013 01:52PM UTC
Can't able to select textarea if i use cancel option in draggable interaction
Reported by: | pyadav@ideatorhub.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
i wana to make an div element draggable, but not its one of child elements, using jQuery UI
when i do it I can't able to select or focus textarea
Attachments (0)
Change History (3)
Changed March 07, 2013 03:31PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Changed March 08, 2013 05:33AM UTC by comment:2
Replying to [comment:1 scott.gonzalez]:
This works just fine for me. But, if you're having problems I suggest the following: * Report this to http://bugs.jqueryui.com since this is about jQuery UI not jQuery core. * Include an accurate description; there is no textarea in you test case. * Use the latest version of jQuery UI; you're over a dozen versions behind. * Specify the browsers in which it does and does not work for you.
I am sorry for wrong jsfiddle
here it is
'''I can't able to select or focus textarea-
http://jsfiddle.net/pyadav/4fafA/
But if i remove cancel option than it work fine'''
Changed March 08, 2013 01:52PM UTC by comment:3
That's correct. You're telling the draggable to drag while on the textarea. Please read the documentation and notice that the default cancel
option includes textarea
.
This works just fine for me. But, if you're having problems I suggest the following: