Opened 15 years ago
Closed 15 years ago
#2300 closed bug (fixed)
UI selectors broken
Reported by: | scottgonzalez | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.3 |
Component: | ui | Version: | 1.2.2 |
Keywords: | selector | Cc: | |
Blocked by: | Blocking: |
Description
The :draggable selector currently selects all elements, not just draggable elements.
Change History (2)
comment:1 Changed 15 years ago by
Keywords: | selector added; draggable removed |
---|---|
Summary: | :draggable selector broken → UI selectors broken |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [4689]. Custom selectors have been removed. Use .ui-draggable instead of :draggable.
Note: See
TracTickets for help on using
tickets.
This appears to be a problem in other UI plugins as well. All UI selectors should be rewritten as functions anyway.