denschub / firefox-tabgroups

[UNMAINTAINED] A Firefox addon that provides tab grouping features similar to the removed TabView/TabGroups/Panorama features.
Other
147 stars 28 forks source link

Closing last tab when browser.tabs.closeWindowWithLastTab set to false #66

Open igvk opened 7 years ago

igvk commented 7 years ago

When browser.tabs.closeWindowWithLastTab is false, closing last tab in group brings a tab from another group instead of new tab page.

lilyball commented 7 years ago

I've noticed this too. It's very annoying, especially because in order to fix this I have to switch to that tab group and then switch back.

lilyball commented 7 years ago

Actually, this happens even if browser.tabs.closeWindowWithLastTab is true.

igvk commented 7 years ago

I wonder, what it should do according to logic in the latter case: close browser, switch to another group, open new tab? Anyway, the current behavior is broken.

lilyball commented 7 years ago

My preference is close the browser. I have Firefox set to restore the session when it relaunches. Though I suppose it could be turned into a preference as to what it does.

samer commented 7 years ago

Having the same issue. If browser.tabs.closeWindowWithLastTab is set to true, the browser should close. Otherwise, you should switch to the previous group. If no groups are left, spawn an empty tab.