Closed
Bug 6748
Opened 26 years ago
Closed 25 years ago
XIF: nsHTMLToTXTSinkStream: no unicode encoder
Categories
(Core :: DOM: Serializers, defect, P3)
Tracking
()
M16
People
(Reporter: akkzilla, Assigned: akkzilla)
Details
In http://bugzilla.mozilla.org/show_bug.cgi?id=5663, plaintext copy/paste of
entities wasn't working because in nsHTMLToTXTSinkStream::EncodeToBuffer
mUnicodeEncoder was null, so we were hitting an assert and bailing out. I fixed
that bug (if we have no encoder we simply copy the bits directly) but the
question remains why we don't have a unicode encoder (and the assertion is still
there and still being hit). We need to figure out whether this is really a
problem, and either fix it or remove the assertion.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Comment 1•26 years ago
|
||
Accepting bug, setting milestone to M7
Updated•26 years ago
|
Assignee: kostello → akkana
Status: ASSIGNED → NEW
Comment 2•26 years ago
|
||
Assigning to akkana
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7 → M8
Assignee | ||
Comment 3•26 years ago
|
||
Marking M8 since I don't understand the issues yet.
Assignee | ||
Updated•26 years ago
|
Summary: nsHTMLToTXTSinkStream: no unicode encoder → XIF: nsHTMLToTXTSinkStream: no unicode encoder
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 4•26 years ago
|
||
Move XIF/I18n bugs to M9; they're dependant on stubs which I18n is trying to get
in for M8.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M11
Assignee | ||
Comment 5•26 years ago
|
||
Bumping milestone again. No one really cares about this bug anyway, AFAIK.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M15
Assignee | ||
Comment 6•26 years ago
|
||
Bumping this up yet again, since there are still issues waiting to be resolved
before I can really understand how this stuff is supposed to work in the output
sinks.
Assignee | ||
Comment 7•25 years ago
|
||
Changing Component to Output.
Updated•25 years ago
|
Target Milestone: M15 → M16
Comment 8•25 years ago
|
||
moving to m16 - load balance
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 9•25 years ago
|
||
I was leaving this bug open to track the need to convert the text output sink to
use the new unicode encoders; but 13401 is also tracking that issue, so I'll
mark this a dup.
*** This bug has been marked as a duplicate of 13401 ***
Comment 11•25 years ago
|
||
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
•