DOM manipulation is broken when parent is released but children are not.

Description

Adding some additional code that requires DOM handling be correct exposed a bug in the release code. If a parent gets released, it NULLs out its DOM. If code later tells the parent to release itself AND its children, it skips the children because its own DOM is gone, and doesn't inform the children. If the document is freed elsewhere, the children are left in a corrupt state.

Environment

None

Activity

Show:

Scott Cantor November 20, 2009 at 3:18 PM

Closing after release.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Created November 4, 2009 at 4:25 PM
Updated November 20, 2009 at 3:18 PM
Resolved November 4, 2009 at 4:26 PM