Closed
Bug 47495
Opened 24 years ago
Closed 24 years ago
newlines are not converted to spaces
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: maw19, Assigned: clayton)
Details
in HTML documents which contain newlines, the newlines are not correctly folded
into single spaces. instead, they are simply removed. So:
<p>Here is some
text with newlines
in it.
would be rendered in the browser as
Here is sometext with newlinesin it.
Comment 1•24 years ago
|
||
WFM on linux 2000080308. Reopen if still occurs with current build (and state
buildID).
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Additional Information:
This bug appears to manifest only when DOS newline sequences are used (ie,
<CR><LF> instead of <LF>)
Browser version 2000080804
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 3•24 years ago
|
||
over to layout.
Assignee: asa → clayton
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
QA Contact: doronr → petersen
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 47154 ***
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Comment 5•24 years ago
|
||
The bug this was duped against has been fixed, and I'm not seeing this on Linux
build 2000110221. Verified dupe.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•