#6717 closed bug (fixed)
Dialog: Adding a button makes the dialog disappear in IE6
Reported by: | seb835 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.dialog | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After initial creation of dialog, when adding a button later using:
$("#dialog").dialog('option','buttons',{"Cancel":function(){});
The dialog disappears in IE6 (version: 6.0.2900.5512.xpsp_sp3_gdr.100427-1636)
Change History (3)
comment:1 Changed 12 years ago by
Summary: | Adding a button makes the dialog disappear in IE6 → Dialog: Adding a button makes the dialog disappear in IE6 |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.7 |
---|
Note: See
TracTickets for help on using
tickets.
Dialog: Don't hide the dialog in _size if it started visible. Fixes #6717 - Dialog: Adding a button makes the dialog disappear in IE6.