Search and Top Navigation
#2599 closed bug (fixed)
Opened March 27, 2008 06:44PM UTC
Closed May 03, 2008 07:31AM UTC
Last modified February 26, 2009 12:02PM UTC
droppable("destroy") doesn't remove "ui-droppable" class
Reported by: | acheetham | Owned by: | codesquare |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | a.cheetham@utoronto.ca | |
Blocked by: | Blocking: |
Description
Note: This bug was observed in a checkout of jquery.ui trunk as of March 25, 2008
A call to droppable("destroy") does not remove the "ui-droppable" class from the element. Any further event handling that uses the class to identify droppables (e.g. drop handling) incorrectly identifies the element as still being a droppable.
Attachments (0)
Change History (5)
Changed March 27, 2008 08:30PM UTC by comment:1
Changed March 31, 2008 03:05PM UTC by comment:2
owner: | paul → codesquare |
---|
Changed May 03, 2008 07:31AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Changed May 24, 2008 03:39AM UTC by comment:4
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed February 26, 2009 12:02PM UTC by comment:5
milestone: | → 1.5 |
---|
See #2602.