Closed
Bug 28273
Opened 25 years ago
Closed 25 years ago
Newly-saved file URL not updated in Window Title after saving new page
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: cmanske, Assigned: cmanske)
Details
Attachments
(1 file)
(deleted),
text/x-github-pull-request
|
Details |
Create a new page in Composer.
Save it to a local file.
You will be prompted to give a title and a filename to save it.
After saving, the Window title is showing the new Title, but not the file URL.
It should be:
Title - [file:///...] Composer
Cause is evident: We are calling SetDocumentTitle
before prompting to save the file, so it doesn't know the file URL yet!
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Hardware: PC → All
Target Milestone: M15
Assignee | ||
Comment 1•25 years ago
|
||
Fixed last week along with fix for 30100
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
still not fixed...I still see the document title....i.e. test [test.html] -
Composer
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•25 years ago
|
||
You explanation is not adequate. It works perfectly in my build
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
Comment 5•2 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•