Closed
Bug 650643
Opened 14 years ago
Closed 14 years ago
line break isn't shown when entered with
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 565035
People
(Reporter: lumosimann, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0
If I want to get a line break inside a code (<pre>...</pre), the line break isn't shown, when it is entered with
Till now this was the only posibility to post a code which is shown correct and can be copied correctly.
Reproducible: Always
Steps to Reproduce:
Create a file with the code <pre>asdf asdf</pre> in FF4
Actual Results:
Text is shown as "asdfasdf" and when I copy it, there is written
"asdf
asdf"
Expected Results:
Shown and copied as
"asdf
asdf"
Updated•14 years ago
|
Version: unspecified → 4.0 Branch
Workaround: Just use (breaks in any browser).
This is a regression from Fx3.6 and a HTML5 parser issue and might be intended.
"HTML5.parser.enable=false" gives the old behaviour.
IE9, Opera 11.10, Fx3.6 break on Chrome 10 and Fx4 don't.
Component: General → HTML: Parser
Keywords: regression,
testcase
Product: Firefox → Core
QA Contact: general → parser
Version: 4.0 Branch → 2.0 Branch
Blocks: html5-parsing
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
•