Ticket #6027 (closed bug: fixed)
Dialog: minHeight isn't properly handled on init in IE6
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.5 |
| Component: | ui.dialog | Version: | 1.8.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Since IE6 doesn't support minHeight CSS, the calculation in dialog's _size() doesn't work properly and the dialog can be smaller than the minHeight option.
Change History
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 2 years ago by Scott González
Dialog: If the browser doesn't support minHeight, use height to set the minHeight. Fixes #6027 - Dialog: minHeight isn't properly handled on init in IE6.
Changeset: 52e543a63760d9e9ca17e04e796ca80646326f4a
Note: See
TracTickets for help on using
tickets.


Fixed in 52e543a.