Open
Bug 1941622
Opened 2 months ago
Updated 2 months ago
Closed window's closed tabs do not get saved by session restore if the window has no worth-saving tabs at time of close
Categories
(Firefox :: Session Restore, defect, P3)
Firefox
Session Restore
Tracking
()
NEW
People
(Reporter: jswinarton, Unassigned)
Details
Steps to reproduce (using a new profile):
- In
about:config
, ensurebrowser.sessionstore.closedTabsFromClosedWindows
istrue
- Open two windows
- In window A, open a number of tabs with "worth-saving" content (i.e. a real website, not just
about:blank
) - Close all the tabs you just opened in window A, such that only one tab remains (the "New Tab" that was created when the window was first opened).
- In the top menu, go to "History > Recently Closed Tabs". Observe the list of tabs you just closed.
- Close window A. (Window B should still be open).
- Reopen the "History" menu.
Expected result:
The list of tabs continues to appear in the "Recently Closed Tabs" menu.
Actual result:
No recently closed tabs exist and the "Recently Closed Tabs" menu item is disabled.
Notes:
My suspicion is that on window close, session store is checking if the window has any open "worth saving" tabs, and discarding it if it does not, even though that window may have "worth saving" closed tabs that should be saved.
Reporter | ||
Updated•2 months ago
|
Summary: Closed window's tabs do not get saved by session restore if the window has no worth-saving tabs at time of close → Closed window's closed tabs do not get saved by session restore if the window has no worth-saving tabs at time of close
Updated•2 months ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•