Search and Top Navigation
#3813 closed bug (fixed)
Opened January 13, 2009 08:51PM UTC
Closed January 14, 2009 12:27AM UTC
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
Attachments (0)
Change History (1)
Changed January 14, 2009 12:27AM UTC by comment:1
milestone: | TBD → 1.6 |
---|---|
priority: | minor → major |
resolution: | → fixed |
status: | new → closed |
Fixed in r1600.