Side navigation
#2599 closed bug (fixed)
Opened March 27, 2008 06:44PM UTC
Closed May 03, 2008 07:31AM UTC
droppable("destroy") doesn't remove "ui-droppable" class
Reported by: | acheetham | Owned by: | codesquare |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | 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.
See #2602.