Open
Bug 177802
Opened 23 years ago
Updated 3 years ago
Text output inserts auto line breaks, breaking javadoc parser
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
NEW
People
(Reporter: awestend, Unassigned)
Details
(Whiteboard: EDITORBASE-)
The Composer automatically inserts new line characters into the text it outputs
as HTML. When writing javadoc's, this causes problems with certain tags, and it
may cause a problem in other parsing engines.
It would be best if the automatic insertion of line breaks could be turned off.
It does make the output somewhat easier to read, however it is not necessary
for Composer to parse it correctly, and most every text viewer has the option to
turn wrapping on and off.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Whiteboard: EDITORBASE
Updated•22 years ago
|
Whiteboard: EDITORBASE → EDITORBASE-
Comment 2•22 years ago
|
||
DOM to Text Conversion bug
Assignee: composer → harishd
Component: Editor: Composer → DOM to Text Conversion
Updated•16 years ago
|
Assignee: harishd → nobody
QA Contact: sujay → dom-to-text
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these notifications (and sorry!)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•