Closed
Bug 260852
Opened 21 years ago
Closed 21 years ago
"Example" code in <pre> tags does not display line breaks/white space like IE6
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 255117
People
(Reporter: tys, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Any site on MSDN that displays code doesn't properly format in FireFox, while it
formats fine in IE6.
Example, open the following page in both Firefox and IE6 and scroll down to the
"Example" code on the page (in the grey box):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadatatableclasscolumnchangedtopic.asp
Reproducible: Always
Steps to Reproduce:
1. Open Firefox to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadatatableclasscolumnchangedtopic.asp
2. Open IE6 to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatadatatableclasscolumnchangedtopic.asp
3. Scroll both to the "Example" code in the grey box and compare
Actual Results:
Firefox doesn't show new lines/white space, ie the <pre> tags in the html code
aren't working under Firefox.
Expected Results:
New lines and white space should be shown between the <pre> tags like IE6.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 255117 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•