Opened 20 years ago
Closed 20 years ago
#372 closed defect (fixed)
Main navigation bar is now backward (literally)
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.7 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Changeset [510] reversed the structural order of the items in the main navigation bar to work around a CSS layout bug in Opera 7 (not sure about older versions, and don't think we should care). The result is that, while the links are visually aranged by CSS-supporting/enabled browsers in the intended order, their order is actually reversed in the underlying markup.
I don't think this change is a good idea (sorry daniel), because:
- If you want to customize the layout of a Trac instance without touching the templates themselves, but only by adjusting the style sheets, you have to use a similar layout as the default, or live with the reversed ordering. For example, if I wanted to display the navigation items vertically on the left side of the screen, how would I do that? There's no way, so I'd need to change the template.
- Alternative user agents like text browsers and screen readers will also get the reversed order. Assuming that there is some kind of semantic reasoning behind the ordering of the items, this must be considered a bad thing.
I have tried various approaches to fix the original layout problem in Opera, but I don't think there's a safe way. It's unfortunate that Opera 7 is not capable enough to get the rendering right, but still not "dumb" enough to accept any of the known CSS filters/hacks. The only possible solution would be to change the layout, for example by left-aligning the navigation bar.
To summarize, I think this change should be backed out. We shouldn't compromise the quality/flexibility of the markup just because one niche browser doesn't get the rendering right.
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 20 years ago
Milestone: | 0.7.1 → 0.7 |
---|
Fix for this is included in the patch posted to the mailing list:
http://article.gmane.org/gmane.comp.version-control.subversion.trac.general/236