Closed
Bug 17824
Opened 25 years ago
Closed 25 years ago
nsHTMLToTXTSinkStream: Whitespace lost
Categories
(Core :: DOM: Serializers, defect, P3)
Core
DOM: Serializers
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: BenB, Assigned: akkzilla)
Details
With my (trivial) patches for bold conversion (bug #16800), "text
<bold>text</bold> text" is converted to "text *text*text". (There're some other
line breakage odds, but I havn't investigated then yet.)
I'm not sure, if this is my fault or yours, but given the simplicity of my
change (pseudocode: |if (ehtml_tag_b) {write "*"; mColPos++}|), I guess it's
your bug.
Maybe, this will be fixed automatically during resolving bug #17723.
Comment 1•25 years ago
|
||
Akkana, can you take a stab at setting the milestone for this one?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
Assignee | ||
Comment 2•25 years ago
|
||
I hope to be looking at these issues in M12, 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
•