Modify ↓
Opened 16 years ago
Closed 16 years ago
#7369 closed defect (fixed)
roadmap layout glitch in Firefox 3.0
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.1 |
Component: | roadmap | Version: | 0.11 |
Severity: | minor | Keywords: | css |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
wrong positioning of closed/active/… tickets summary. See attached screen dump.
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | traclayout.png added |
---|
comment:1 by , 16 years ago
Component: | web frontend → roadmap |
---|---|
Milestone: | → 0.11.1 |
Severity: | normal → minor |
Version: | → 0.11 |
Nothing FF3.0 specific here, happens with other browsers as well.
comment:2 by , 16 years ago
Owner: | set to |
---|
Actually each browser I've tried behave a bit differently here:
- Safari 3 and FF3 seem to share the same problem (and I suspect they're doing what is actually specified)
- FF 2.0 doesn't have the problem because the progress bar <table> shrinks
- IE7 and Opera 9.27 don't have the problem and behave more or less well here (the % complete jumps around though)
comment:3 by , 16 years ago
Keywords: | css added |
---|---|
Status: | new → assigned |
Please try out the following fix:
-
trac/htdocs/css/roadmap.css
54 54 font-style: italic; 55 55 margin: 0 1em 2em; 56 56 white-space: nowrap; 57 clear: left; 57 58 } 58 59 .milestone .info dt { display: inline; margin-left: .5em } 59 60 .milestone .info dd { display: inline; margin: 0 1em 0 .5em }
(works for Safari, I don't have FF3.0)
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [7291], which also takes care of the "% complete" problems.
Note:
See TracTickets
for help on using tickets.
layout problem in roadmap on FF 3.0