Closed
Bug 1753608
Opened 3 years ago
Closed 3 years ago
Session Restore fails to restore some window features correctly
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox96 | --- | unaffected |
firefox97 | --- | unaffected |
firefox98 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
- Restored popups will have a wrong title if they had an empty title and a location bar.
- Restored popups are not resizable.
Patch is coming.
Assignee | ||
Comment 1•3 years ago
|
||
- I overlooked that some
window.open
feature names are different from
barprop names. - Adding "resizable" will regress the maximize button prblem. But it was
broken even before bug 1564738 and fixing it requires changes to session
data. The current session data do not contain enough information to restore
the maximize button state correctly. I'll file a follow-up bug about this. - I renamed the test file because it is no longer limited to tab visibility.
Updated•3 years ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1564738
status-firefox96:
--- → unaffected
status-firefox97:
--- → unaffected
status-firefox98:
--- → affected
status-firefox-esr91:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•