Opened 14 years ago
Closed 14 years ago
#3288 closed bug (fixed)
various css issues in safari
Reported by: | saturnism | Owned by: | rdworth |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There are a couple of issues in Safari 3.1 when UI Dialog is generated w/ JS
- Right Margin
- in css, .ui-dialog-content has margin of 5px
- after the dialog has been created, ui-dialog-container's right margin becomes -5px
- when resizing the dialog, ui-dialog-container's right margin changes instead of remaining at 5px.
- as a result, in size(), lrMargin value varies as well, and thus the children within ui-dialog-container never resizes.
- Handle
- o.defaultTheme seems to be overwriting the css. It seems like inline styles overrode the css styles.
Change History (2)
comment:1 Changed 14 years ago by
Component: | ui.core → ui.dialog |
---|---|
Owner: | changed from paul to rdworth |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This is fixed with the new CSS framework. Feel free to re-open this ticket if you continue to have problems after 1.6rc3.