Closed
Bug 54787
Opened 25 years ago
Closed 25 years ago
Can't set Page Title in Page Properties dialog
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
People
(Reporter: cmanske, Assigned: Brade)
Details
Attachments
(1 file)
Use Format menu, "Page Title and Properties" to bring up dialog.
Enter some text in "Title" textfield. Click OK, and title isn't set (actually,
it's set to an empty string). Use View | HTML Source to confirm.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
This used to work. Fix is trivial and very safe:
Problem is that we can't use "title" as the global variable in the dialog
to hold the user's input, so changing variable name to "newTitle" fixes this.
It is very, very important for the user to be able to set the page title!
Without this, the user cannot change the title except in a new, empty page.
Target Milestone: --- → M19
| Assignee | ||
Comment 4•25 years ago
|
||
dup
*** This bug has been marked as a duplicate of 54781 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•