#5486 closed bug (wontfix)
Dialog destroy method doesn't return element into it's initial position in DOM
Reported by: | jan.lender | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.8 |
Keywords: | dialog destroy | Cc: | |
Blocked by: | Blocking: |
Description
After the destroy method is called the source element is not returned to DOM properly but it is pasted as last child of its parent element regardless of its initial position. I'm attaching source.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | jquery-ui-1.8.dialog_destroy_bug.zip added |
---|
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We can't guarantee that this will work because the page contents can change. Also, the common use case for dialogs doesn't result in them being placed back into the page. Implementing this yourself is very easy.