Opened 19 years ago
Closed 19 years ago
#2430 closed defect (fixed)
Milestone progess bars don't fill their bounding box
Reported by: | markus | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.4 |
Component: | roadmap | Version: | 0.9 |
Severity: | normal | Keywords: | layout |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
[2411] led to another layout issue as the inner progress bars (completed & new/assigned/reopened) never fill the complete bounding box. This is ugly and confusing since there's a region on the right of your progress bar where you can "see through" the bar and that doesn't link to any query.
This issue is reproducible with any Trac 0.9+ installation on any browser I tested so far (Firefox, Mozilla, Opera, Internet Explorer).
Attachments (1)
Change History (6)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Keywords: | layout added |
---|---|
Milestone: | → 0.9.2 |
Status: | new → assigned |
Will look into this.
comment:3 by , 19 years ago
Milestone: | 0.9.3 → 0.9.4 |
---|
by , 19 years ago
Attachment: | 2430-1.diff added |
---|
comment:4 by , 19 years ago
After talking to cmlenz we decided to fix this ticket another way. The patch I just attached is a preview of my proposal. Unfortunately the final version won't be finished for the next release, sorry… :(
comment:5 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This
worksformarkus
! ;-)htdocs/css/roadmap.css
templates/milestone.cs
- 1?>%" title="<?cstemplates/roadmap.cs
- 1?>%" title="<?csSee also #1886.