#13579 closed bug (notabug)
Can't able to select textarea if i use cancel option in draggable interaction
Reported by: | 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 http://jsfiddle.net/davidThomas/gsw55/1/
Change History (3)
comment:1 follow-up: 2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Replying to 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-
But if i remove cancel option than it work fine
comment:3 Changed 10 years ago by
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
.
Note: See
TracTickets for help on using
tickets.
This works just fine for me. But, if you're having problems I suggest the following: