Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → major |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r1600.