Search and Top Navigation
#2300 closed bug (fixed)
Opened February 07, 2008 06:11PM UTC
Closed February 08, 2008 03:54PM UTC
Last modified February 26, 2009 11:26AM UTC
UI selectors broken
Reported by: | scottgonzalez | 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.
Attachments (0)
Change History (4)
Changed February 07, 2008 06:18PM UTC by comment:1
keywords: | draggable → selector |
---|---|
summary: | :draggable selector broken → UI selectors broken |
Changed February 08, 2008 03:54PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [4689]. Custom selectors have been removed. Use .ui-draggable instead of :draggable.
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.3 |
---|
Milestone 1.2.3 deleted
Changed February 26, 2009 11:26AM UTC by comment:4
milestone: | → 1.5 |
---|
This appears to be a problem in other UI plugins as well. All UI selectors should be rewritten as functions anyway.