-
Notifications
You must be signed in to change notification settings - Fork 973
Always switch back to active tab after sequentially closing tabs #9539
Conversation
@bridiver issue was fixed but regressed on the same issue as per this PR comment, active tab is switching after close even if I don't close the active tab. Here are the steps to repro:
Expected is to preview the third (now second) tab, given the first tab is active, but this change is switching active tab to next frame. |
@cezaraugusto fixed my dumb mistake |
Great job on this guys 😄 @cezaraugusto @bridiver the test supplied seems to always fail. Does this require a version of Muon > 4.0.5? |
passes for me |
I see a lot of other test failures in ci, but not sure if they are related or not |
also verified that it passes when cherry-picked into 0.17. I'm going to run the full test suite locally |
|
most appear to be intermittent and not related to this PR |
works fine to me, also when rebasing against master/0.17.x |
Auditors: @bridiver Test Plan: npm run test -- --grep="sequentially closing tabs"
Always switch back to active tab after sequentially closing tabs
Always switch back to active tab after sequentially closing tabs
Auditors: @bridiver
Fix #9306
Automated Test Plan:
Manual Test Plan:
test 1
test 2