#3222 closed defect (bug) (fixed)
Xprofile - alignment and shades
| Reported by: | ezd | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Extended Profile | Version: | |
| Severity: | normal | Keywords: | commit |
| Cc: |
Description
Please see the attached screenshot for details.
- The alignment is broken on IE (don't know about other browsers)
- Some background shades are missing
Attachments (2)
Change History (16)
#3
@
15 years ago
- Keywords reporter-feedback removed
Safari 5. Sorry, haven't tested other browsers.
#4
@
15 years ago
Safari 5 on Mac works fine for me, too. Per your screenshot, your xprofile table looks to be twice as tall as mine is. I'm not sure how a clean install here is different from a clean install on your end.
#5
@
15 years ago
- Keywords reporter-feedback added
Can you recreate this on the current trunk or on testbp?
#6
@
15 years ago
- Milestone Awaiting Review → 1.3
- Severity → normal
- Version 1.3
I can see where it's wrong. Moving to 1.3.
#9
@
15 years ago
- Keywords has-patch dev-feedback added; needs-patch removed
The problem is that we do a global reset of p margin-bottom, and follow it up with p:last-child margin-bottom: 0. IE8 does not understand :last-child.
However, IE8 does support :first-child. 3222.diff reorganizes paragraph margins in such a way that it uses :first-child, but should have the same net effect.
#10
@
15 years ago
- Keywords commit added; ui-feedback has-patch dev-feedback removed
I think this is ok to do for these tags, because they pretty much break the layout of the page. Remember to do the same in editor-style.css.
FWIW, I don't think it's a good idea for us to go through and replace any of the other :last-child selectors because we'll likely break the design. I think we should, if we find any other IE8 :last-child issues while in beta, look at those on a case-by-case.
#12
@
15 years ago
- Resolution fixed
- Status closed → reopened
Apparently the changes in r4807 are messing other stuff up, so these styles should be made more specific.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
What version IE did you test on? IE9 seems fine.