#6027 closed bug (fixed)
Dialog: minHeight isn't properly handled on init in IE6
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.5 |
Component: | ui.dialog | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | 1.9 → 1.8.5 |
---|
comment:3 Changed 13 years ago by
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.