Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 2 years ago by scott.gonzalez
- Summary changed from Adding a button makes the dialog disappear in IE6 to Dialog: Adding a button makes the dialog disappear in IE6
comment:2 Changed 2 years ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
Dialog: Don't hide the dialog in _size if it started visible. Fixes #6717 - Dialog: Adding a button makes the dialog disappear in IE6.
Changeset: b9e34f726a89fc9edb3b05d4a53b8081c6c6d80f
Note: See
TracTickets for help on using
tickets.

