#3664 closed bug (fixed)
Dialog init fails on disconnected DOM Element after .remove()
Reported by: | rdworth | Owned by: | rdworth |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The following works
$('<div></div>').dialog()
The following fails
$('<div></div>').appendTo('body').remove().dialog()
with an exception "this.parentNode is null"
Note: See
TracTickets for help on using
tickets.
Fixed in r1151.