Closed
Bug 4709
Opened 26 years ago
Closed 25 years ago
Documents containing markup don't output to HTML correctly
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: kostello, Assigned: buster)
Details
1. Open up the editor and type:
"<B>Testing</B>"
2. Select what you just typed in.
3. Copy and paste the results. Notice that the <B> and </B> are missing.
What is happening is that the <B>, </B> is getting interpreted as XIF markup.
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5
Reporter | ||
Comment 1•26 years ago
|
||
Changed to M5. Have fix waiting on my machine for when the tree opens
Reporter | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•25 years ago
|
||
Addressed in the build on 4/26/99. Now, when content is found to contain the <
and > markup characters. These codes are written out as character entities. This
means that they no longer get interpreted in the XIF as XML markup.
Greg, in verifying this one in 4/28 build. I see two new problems:
1) after pasting <B>testing</B>, I see this: Btesting/B
2) a little tiny box appears next to this string.
you want me to open up different bugs for these? I'm reopening
this for now...let me know what you want me to do..
Comment 4•25 years ago
|
||
This bug would seem to be more concerned with entity handling in the editor.
Do we have a plan for that yet?
okay I saw Greg's comments....I will file a separate bug for that
and close out this one...marking fixed...and verified...
All these bugs were marked "New" when Jan transfered ownership of them to me.
They were all resolved and need to be marked "Verified" again.
Comment 10•25 years ago
|
||
This was Verified on 04/28/99...resetting back to Verified...Bugzilla wacked
out.
You need to log in
before you can comment on or make changes to this bug.
Description
•