#2300 closed bug (fixed)
UI selectors broken
Reported by: | Scott González | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.2 |
Keywords: | selector | Cc: | |
Blocked by: | Blocking: |
Description
The :draggable selector currently selects all elements, not just draggable elements.
Change History (4)
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.
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
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.