Closed Bug 1627159 Opened 4 years ago Closed 4 years ago

Selecting multiple tabs and clicking the close button of any selected tab closes all selected tabs

Categories

(Firefox :: Tabbed Browser, defect, P5)

74 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1608606

People

(Reporter: thomas, Unassigned)

Details

(Keywords: blocked-ux)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0

Steps to reproduce:

  • Tab menu: Select All Tabs
  • Tab menu: Reload tabs
  • Close a not selected tabs that is reloading

Actual results:

  • Crash (firefox is closed)
  • "about:crashes" doesn't list the crash that just happened

Expected results:

The tab should have been closed without crashing.

Component: Untriaged → Tabbed Browser

Selecting multiple tabs and clicking the close button of any selected tab closes all selected tabs. This might be intended behavior.

Keywords: blocked-ux
Priority: -- → P5
Summary: Crash when closing a tab that is reloading from "Reload TabS" but not selected → Selecting multiple tabs and clicking the close button of any selected tab closes all selected tabs

According to Bug 1578131 Comment 2 it is not intended behavior and is tracked by Bug 1608606.

Setting browser.tabs.closeWindowWithLastTab to false ensures the window and Firefox itself remains open when all tabs are closed.

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
No longer blocks: tabs-multiselect

(In reply to Kestrel from comment #3)

According to Bug 1578131 Comment 2 it is not intended behavior and is tracked by Bug 1608606.

Setting browser.tabs.closeWindowWithLastTab to false ensures the window and Firefox itself remains open when all tabs are closed.

*** This bug has been marked as a duplicate of bug 1608606 ***

Thank you for finding that. My comment 2 above is wrong for mouse clicks on the X button of a tab in the selection, but is still correct for keyboard Ctrl/Cmd+W presses. It is a bit confusing to do different things based on event source (mouse vs keyboard) but we're trying to match parity here.

You need to log in before you can comment on or make changes to this bug.