Closed
Bug 17808
Opened 25 years ago
Closed 25 years ago
Title of the page is not in <title></title>
Categories
(Core :: DOM: Editor, defect, P2)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: teruko, Assigned: cmanske)
Details
When you save the html ducument in Composer, the title you typed before you
saved is displayed as part of document.
Steps of reproduce
1. Open Composer by selecting Tasks|Composer
2. Type some document
3. Select menu File|Save
4. Put some tile, test of the document and save the file
5. Open the file you just saved from Browser
Notice that the title "test" is in the browser.
If you look at the source of the file, the title is not inside <title></title>
Tested 11-02-08 Win32, Linux and Mac build..
assigned to charley. set to M12 since it's a form of data corruption.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
Damn. This worked initially.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12 → M11
Assignee | ||
Comment 3•25 years ago
|
||
Trivial fix. Changed code to call editor "InsertNode()" and supplied the
headNode as parent instead of titleNode.
Will checkin with remaining M11 work.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
Checked in 11/2.
You need to log in
before you can comment on or make changes to this bug.
Description
•