Skip to main content

Search and Top Navigation

#2626 closed bug (fixed)

Opened March 31, 2008 10:22PM UTC

Closed April 01, 2008 01:24PM UTC

Last modified February 26, 2009 12:03PM UTC

[UI Base] overridden remove should trigger event on descendant elements

Reported by: scottgonzalez Owned by: paul
Priority: major Milestone: 1.5
Component: ui.core 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 (0)
Change History (3)

Changed April 01, 2008 01:24PM UTC by scottgonzalez comment:1

resolution: → fixed
status: newclosed

Fixed in [5174].

Changed May 24, 2008 03:39AM UTC by comment:2

milestone: 1.2.4

Milestone 1.2.4 deleted

Changed February 26, 2009 12:03PM UTC by paul comment:3

milestone: → 1.5