-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TST does not respect browser.tabs.warnOnCloseOtherTabs #1752
Comments
If you haven't restarted (closed and then started) Firefox after losing your tabs it might be possible to restore your session to its state at last Firefox startup by closing Firefox and then moving and renaming: Firefox profiles folders are located in: I wrote about Firefox session management in issue 1678 so you could read more there if your interested. |
Thanks Lej77 for your hint -- I found that trick myself at https://support.mozilla.org/de/questions/1119692 although it is not up to date with the latest Firefox where the jsonlz4 files are used instead of js. I was lucky that I took a backup of my profile after I lost all my tabs, but still before I closed Firefox. I will now create a backup of my profile on a daily basis 😁 |
@paninaro95 Maybe you can try something like [Tab Session Manager for backup tabs. It can automatic backup periodically and works well with TST. |
Implemented by recent commits. |
I open 14 new tabs, auto grouping by TST(Firefox open warning dialog if I want to close window), and then collapse this tree then middle click to close tree, but no warning appear. I am sure option in TST is clicked. What did i miss? |
@lycsjm Hmm, middle-click on a collapsed tree in the sidebar shows warning for me... |
@piroor I left only one window, close others, and then toggle the option again, it works now. |
I'm not sure if this is related, but the "Close Other Tabs" context menu item doesn't always close all other tabs. It has been like this for a few weeks. Running 2.4.16 |
I close this because outdated. |
Short description
TST does not respect browser.tabs.warnOnCloseOtherTabs, i.e. TST does not show the message box that Firefox shows when you select "close other tabs" from the context menu of a tab.
By default, browser.tabs.warnOnCloseOtherTabs is set to true, so Firefox does warn you whereas TST does not. I just lost about 150 tabs as there is no undo possibility either 👎
Steps to reproduce
Expected result
A warning prompt should be shown.
Actual result
No warning prompt is shown.
Environment
The text was updated successfully, but these errors were encountered: