Modify ↓
Opened 19 years ago
Closed 19 years ago
#2108 closed defect (wontfix)
Visual discrepancy between roadmap and milestone
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | roadmap | Version: | 0.9b1 |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When clicking on roadmap a milestone description's itemized list might be composed as follows:
Release blah has:
- 1 - blah
- 2 - more blah
- 2 - and even more
The level of 1 gets printed as open circles in roadmap, and 2 as filled squares.
When you click on the milestone in question the level 1 list item becomes a filled circle and level 2 becomes an open circle.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Component: | general → roadmap |
---|---|
Owner: | changed from | to
Summary: | Visual discrepancy → Visual discrepancy between roadmap and milestone |
comment:2 by , 19 years ago
Milestone: | 1.0 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is because the roadmap is a list of milestones, and the milestone is, well, just one milestone. So in the case of the roadmap you have an additional level of nesting, which browsers commonly indicate by using different list item markers.
I don't see the problem with this (and if you do, you can adjust this in your custom CSS).