Closed
Bug 5924
Opened 26 years ago
Closed 26 years ago
XIF: Comments in HTML documents are output as content
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M8
People
(Reporter: kostello, Assigned: akkzilla)
References
Details
1) Load any document with comments into Ender (until Ender loads documents,
modify the default document so that it contains a comment).
2) Use the OutputHTML command
3) Look at the console. Notice that the comments are output as normal content
[NOTE: Comments are being encoded into XIF as content and not comments. Changing
this should change this behavior]
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•26 years ago
|
Target Milestone: M7
Reporter | ||
Updated•26 years ago
|
Assignee: kostello → akkana
Status: ASSIGNED → NEW
Reporter | ||
Comment 1•26 years ago
|
||
This should be fixed based on a change that Akkana and I worked on together.
Assigning to her for verification.
Assignee | ||
Comment 2•26 years ago
|
||
Nope, we only did a partial fix, and part of that fix broke some other stuff. A
real fix is still pending.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
I think this is related to the html content sink stream not doing proper
translation of entities and angle brackets, i.e. bug 6671.
Updated•26 years ago
|
Target Milestone: M7 → M8
Comment 4•26 years ago
|
||
move to M8 per 6/15/99 meeting
Assignee | ||
Updated•26 years ago
|
Summary: Comments in HTML documents are output as content → XIF: Comments in HTML documents are output as content
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Fixed! XIF now handles html comments (and retains their formatting).
You need to log in
before you can comment on or make changes to this bug.
Description
•