Opened 20 years ago
Closed 20 years ago
#934 closed defect (fixed)
No Table of Contents with Internet Explorer, and header h4 is too big
Reported by: | Juanma Barranquero | Owned by: | daniel |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | wiki system | Version: | devel |
Severity: | minor | Keywords: | layout |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm unable to see the new Table of Contents on TracGuide from Internet Explorer, though it shows fine from Firefox.
However, when I try it on my own installation, the Table of Contents shows on Explorer, but the header is too big. Perhaps this would help?
-
htdocs/css/trac.css
17 17 h3 { font-size: 14px } 18 h4 { font-size: 12px } 18 19 hr { border: none; border-top: 1px solid #ccc; margin: 2em 0; }
Attachments (0)
Change History (6)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Keywords: | layout added |
---|---|
Owner: | changed from | to
Another horrendous IE bug. Sigh.
There is another problems with the TOC even outside projects.edgewall.com
: If you have code blocks (<pre>
) at the same height as the TOC, they will overlap it, obscuring whatever the TOC contains at that position.
Changeset [1063] contains a workaround for this problem, and sets the <h4> font-size to 12px as proposed. Maybe the change even fixes the disappearing of the TOC on projects.edgewall.com
… you just never know with this browser. Reassigning to daniel to check this.
comment:3 by , 20 years ago
Well, I don't know if the wiki.css file on projects.edgewall.com has been updated or not; I certainly still don't see the TOC.
BTW, why change the h4 size just for the TOC and not everywhere? It's weird to have a global, fixed-size for h[1..3] and not for h4.
comment:4 by , 20 years ago
I don't know whether projects.edgewall.com is fixed by [1063] either. We'll have to wait for daniel or jonas to try it. I don't think the site has been updated yet.
About the h4 size: I was going for the lowest impact change for now. You're certainly right that we should set <h4>, and in fact also <h5> and <h6> sizes in addition to h1-h3.
comment:5 by , 20 years ago
Status: | new → assigned |
---|
comment:6 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to work now, when i tested it in IE/Win.
Yes, it's funny with IE: nothing is visible, but the content is there, as you can see if you move the mouse over the expected position of the TOC…