Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Scott González

Resolution: fixed
Status: newclosed

Fixed in 52e543a.

comment:2 Changed 13 years ago by Scott González

Milestone: 1.91.8.5

comment:3 Changed 13 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.