Open
Bug 1768723
Opened 3 years ago
Updated 2 years ago
activePageData.title will get overwritten because aTab._labelIsInitialTitle is not set
Categories
(Firefox :: Tabbed Browser, defect, P3)
Firefox
Tabbed Browser
Tracking
()
NEW
People
(Reporter: kernp25, Unassigned)
Details
Attachments
(1 file)
STR:
- Set
fission.sessionHistoryInParent
andfission.autostart
to false. - Open a new tab and load a url in the new tab.
- Unload the tab (by using
gBrowser.discardBrowser(gBrowser.tabs[0])
in the browser console. - Right-click on the tab and choose reload.
Actual:
The title set from SessionStore will get overwritten because, _labelIsInitialTitle is not set because setTabTitle will be called in onLocationChange before (so this check will fail (because the label is already set)).
Updated•3 years ago
|
Assignee: nobody → kernp25
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:dao, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(dao+bmo)
Updated•3 years ago
|
Severity: -- → S4
Flags: needinfo?(dao+bmo)
Priority: -- → P3
Comment 3•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: kernp25 → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•