Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #253 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

ChapterMath doesn't display right on IE

Reported by: pragma Assigned to: brad
Priority: major Milestone: 0.95 Beta1
Component: Web frontend Version: 0.95 beta 1
Keywords: Cc:

Description (Last modified by pragma)

Quoth Walter on the DNG -

A minor nit:

On page http://www.dsource.org/projects/tango/wiki/ChapterMath, the text does not wrap on Explorer, making for very long lines.

Change History

(follow-up: ↓ 2 ) 02/02/07 20:08:04 changed by pragma

  • status changed from new to assigned.

I've isolated the problem in the sandbox:

http://www.dsource.org/projects/tango/wiki/Sandbox

The bug appears in IE6. I haven't tested IE7.

The offending piece of text from the chapter is the log(abs(gamma(x))), sequence. This renders to a <tt> tag which is interfering with IE's ability to line-wrap for some reason.

(in reply to: ↑ 1 ) 02/02/07 20:15:34 changed by pragma

  • description changed.

Replying to pragma:

The offending piece of text from the chapter is the log(abs(gamma(x))), sequence.

Correction: it works for that particular paragraph. It's happening in more than one place in the page.

02/02/07 20:31:07 changed by pragma

This does not happen under the standard Trac stylesheet, so it is likely a Tango stylesheet problem:

http://www.dsource.org/projects/tracforums/wiki/Sandbox

02/02/07 20:35:56 changed by pragma

  • owner changed from pragma to brad.
  • status changed from assigned to new.

Brad, care to do the honors? The Tango stylesheet needs the following or the equivalent:

tt{

white-space: normal;

}

02/02/07 20:59:21 changed by brad

  • status changed from new to closed.
  • resolution set to fixed.