Edgewall Software
Modify

Opened 19 years ago

Closed 19 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

     
    1717h3 { font-size: 14px }
     18h4 { font-size: 12px }
    1819hr { border: none;  border-top: 1px solid #ccc; margin: 2em 0; }

Attachments (0)

Change History (6)

comment:1 by cboos@…, 19 years ago

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…

comment:2 by Christopher Lenz, 19 years ago

Keywords: layout added
Owner: changed from Jonas Borgström to daniel

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 Juanma Barranquero, 19 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 Christopher Lenz, 19 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 daniel, 19 years ago

Status: newassigned

comment:6 by daniel, 19 years ago

Resolution: fixed
Status: assignedclosed

Seems to work now, when i tested it in IE/Win.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.