Closed
Bug 17823
Opened 25 years ago
Closed 25 years ago
nsHTMLToTXTSinkStream: To many linebreaks
Categories
(Core :: DOM: Serializers, defect, P3)
Core
DOM: Serializers
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: BenB, Assigned: akkzilla)
Details
Reproduce:
Change gTabSize in source to 8
Debug|Composer with Test page
Indent the "Here is" paragraph
Debug|Output TXT
Result:
The last words of each line are on it's own line.
This does *not* appear with manually typed in text.
My guess: There're linebreaks in the source file, which we preserve in the TXT
output. We shouldn't.
Comment 1•25 years ago
|
||
Akkana, can you take a stab at setting the milestone on this one?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
Assignee | ||
Comment 2•25 years ago
|
||
I'll be working on issues like this for M12, I hope, with Ben's and Daniel's
help.
Reporter | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•25 years ago
|
||
Fixed with Daniel's changes
Bulk move of all "Output" component bugs to new "DOM to Test Conversion"
component. Output will be deleted as a component.
You need to log in
before you can comment on or make changes to this bug.
Description
•