Skip to main content

Bug Tracker

Side navigation

#2300 closed bug (fixed)

Opened February 07, 2008 06:11PM UTC

Closed February 08, 2008 03:54PM UTC

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.

Attachments (0)
Change History (2)

Changed February 07, 2008 06:18PM UTC by scott.gonzal comment:1

keywords: draggableselector
summary: :draggable selector brokenUI selectors broken

This appears to be a problem in other UI plugins as well. All UI selectors should be rewritten as functions anyway.

Changed February 08, 2008 03:54PM UTC by scott.gonzal comment:2

resolution: → fixed
status: newclosed

Fixed in [4689]. Custom selectors have been removed. Use .ui-draggable instead of :draggable.