Opened 15 years ago
Closed 15 years ago
#2626 closed bug (fixed)
[UI Base] overridden remove should trigger event on descendant elements
Reported by: | scottgonzalez | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | ui base remove | Cc: | |
Blocked by: | Blocking: |
Description
Imagine the following code:
<div id="foo"> <div id="bar"></div> </div> $(document).ready(function() { $('#bar').draggable(); $('#foo').remove(); });
The draggable plugin would never know that #foo was removed. See attached patch.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | remove.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [5174].