Ticket #3813 (closed bug: fixed)
Dialog doesn't ensures content visibility when opening
| Reported by: | ifeghali | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | ui.dialog | Version: | 1.6rc4 |
| Keywords: | dialog content hidden destroy open | Cc: | |
| Blocking: | Blocked by: |
Description
If you destroy a dialog and then initialize and open it again, the content of the dialog becomes hidden thus not displayed.
one can work around by doing:
$("#dialog").dialog("destroy"); $("#dialog").dialog({
autoOpen: true,
}).show();
Full example here: http://pastebin.com/f6f9eef2c
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r1600.