Closed
Bug 41869
Opened 25 years ago
Closed 24 years ago
Editing <head> tags in Page Properties dialog doesn't paste into <head> correctly.
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: cmanske, Assigned: cmanske)
References
Details
(Whiteboard: [nsbeta3+][p:2])
The "advanced" portion of the Page Properties, which uses a textarea to allow
arbitrary content in the <head> region does not paste correctly back into
the document. InsertHTML forces tags to insert under <body>
It turns out this is a difficult problem. More later...
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
setting depends/blocks, nominating for nsbeta2.
Assignee | ||
Comment 4•24 years ago
|
||
We have to support editing the <head> region. I'm going to explore editing it
in HTML Source mode and using nsIParser::Parse() to rebuild the DOM document
instead of trying to paste it. If that works, I'll remove the "Advanced" part
of this dialog and add a message to direct users to the HTML Source mode to
edit head contents.
Comment 5•24 years ago
|
||
setting nsbeta3+
Charley -- can you add the level of priority -- thanks
Keywords: correctness
Whiteboard: [nsbeta3+]
Assignee | ||
Comment 6•24 years ago
|
||
I'm well on track to fix this, but need to investigate if reparsing an entire
new document affects EditorShell state and also need to make rebuilding the
document undoable.
Whiteboard: [nsbeta3+] → [nsbeta3+][p:2]
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Comment 7•24 years ago
|
||
Fix is ready - getting reviewed.
Assignee | ||
Comment 8•24 years ago
|
||
checked in 8/30
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•