Opened 14 years ago
Closed 14 years ago
#3791 closed bug (wontfix)
:input should match <option>
Reported by: | paul | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | selector | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
At jQuery UI we're getting a couple of bug reports because selecting options doesn't work anymore when a element is made draggable.
I found out that the reason is that we match for ":input" to cancel dragging, but :input doesn't match options.
Since it really belongs to an input element, it should be matched as well.
Note: See
TracTickets for help on using
tickets.