Closed
Bug 285459
Opened 20 years ago
Closed 20 years ago
the <pre> tag not display carrier return
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 255117
People
(Reporter: powlin, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1
the <pre> tag don't display the carrier return in the
<pre>
LALA
LOLO
TATA
</pre>
display like this : LALA LOLO TATA
this is anoying on the Microsoft KB site every code sample is unreadable.
when i use the Page Source the carrier return in code are displayed correctly
Reproducible: Always
Steps to Reproduce:
1. Open the site
2. Look at the gray boxes for source code sample
Actual Results:
almost unable to read text
Expected Results:
having each line on a different line
Comment 1•20 years ago
|
||
They have white-space:normal, that is why they are not respected.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 255117 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•