Closed
Bug 485165
Opened 17 years ago
Closed 17 years ago
Bugzilla line wrapping happens twice
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 485062
People
(Reporter: u81239, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729)
Build Identifier: Bugzilla 3.2.2
Hi,
Bugzilla’s line wrapping in comments seems to happen twice:
- Once from the line breaks in the text received from the server
- Once by the regular CSS box wrapping
However, this causes some very strange and ugly wrapping when I increase the page size in Firefox by 1 (CTRL-+). E.g. for the following line in a comment:
> 1. IE7 / quirks mode does not propagate events from the iframe if it contains a PDF document.
Is shown as:
> 1. IE7 / quirks mode does not propagate events from the iframe if it
> contains a
> PDF document.
This happens because a comment field has a "white-space: pre-wrap" style. I recommend that as a fix, this be changed to "white-space: pre".
~Laurens
Reproducible: Always
Or, to make the containing element wider, to fit to the width of the page.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•