Open igvk opened 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.
Actually, this happens even if browser.tabs.closeWindowWithLastTab
is true
.
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.
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.
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.
When browser.tabs.closeWindowWithLastTab is false, closing last tab in group brings a tab from another group instead of new tab page.