Ticket #3186 (closed bug: fixed)

Opened 2 years ago

Last modified 21 months ago

IE 7 dialog

Reported by: d.taylor@… Owned by: scott.gonzalez
Priority: minor Milestone: 1.7
Component: ui.dialog Version: 1.5.2
Keywords: Cc:

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

Changed 2 years ago by Cloudream

  • owner changed from paul to scott.gonzalez
  • priority changed from major to minor
  • component changed from ui.core to ui.dialog
  • milestone set to TDB

Changed 21 months ago by scott.gonzalez

  • status changed from new to closed
  • resolution set to fixed

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.

Changed 21 months ago by scott.gonzalez

  • milestone changed from TBD to 1.6
Note: See TracTickets for help on using tickets.