#3186 closed bug (fixed)
IE 7 dialog
Reported by: | Owned by: | Scott González | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
margin must be set on .ui-dialog-content css otherwise will bring up NaNpx error in ie7
.QDialog .ui-dialog .ui-dialog-content, .QDialog.ui-dialog .ui-dialog-content {
margin: 1.2em;
}
Change History (3)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.dialog |
---|---|
Milestone: | → TDB |
Owner: | changed from paul to scott.gonzalez |
Priority: | major → minor |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
This should be fixed with the new CSS framework. The size method no longer checks the margins.
Feel free to re-open this ticket if you continue to have problems after 1.6rc3.