Closed
Bug 655709
Opened 14 years ago
Closed 14 years ago
Firefox 4.0 Renders Pages with CR (but no LF) Line Breaks as Single Line
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 565035
People
(Reporter: erico, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
While using Firefox 4 -- pages that have the following type of text embedded get rendered as a single line, not as multiple lines:
<PRE>From customer:

Tim - as I mentioned to you in an our earlier discussion, I saw a cryptic
message ...</PRE>
Note that these lines have only a CR, not a LF.
This behavior does not occur with older versions of Firefox or with IE.
Reproducible: Always
Steps to Reproduce:
Load the following HTML:
<html>
<body>
<pre>This line has LF in it 
 and will render as two lines</pre>
<pre>This line has CR and LF in it 
 and will render as two lines</pre>
<pre>This line has CR only in it 
 and will render as one line</pre>
</body>
</html>
See also bug 650643.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•