-
Notifications
You must be signed in to change notification settings - Fork 973
Closing tab switches to the second tab from root tab #11981
Comments
Seeing image below on the same build when closing (non-active) tab page, per discussion with @srirambv thought maybe it was related to this issue. |
@LaurenWags changes added to fix this issue only created another check to ensure the preview is canceled, no changing for tab closing logic. Could you please open a new issue for that? Feel free to assign me too |
Done @cezaraugusto :) logged #11985 |
@srirambv I'm unable to see any regression here for the original description of this issue - from what I can tell the code is doing what it should - selecting the parent tab of the closed tab, which is the default setting: Did you open all these tabs by clicking links from an original window? Perhaps you could give more detailed steps that I could reproduce - most importantly how you are opening the 3 tab pages of tabs, and which tab you are closing? Thanks |
@petemill Opened tabs by pressing and holding down the |
thanks @srirambv I see |
Confirmed reproducible on master + Windows and not macOS... |
…dition with muon's index-change and active-change tab update events. Fix #11981
…nt from the tab muon will set. Avoids race condition that can occur after will-destory, before appState has been fully updated with any tab details that change from muon as a result of a tab closing. Fix #11981
…nt from the tab muon will set. Avoids race condition that can occur after will-destory, before appState has been fully updated with any tab details that change from muon as a result of a tab closing. Fix #11981
…nt from the tab muon will set. Avoids race condition that can occur after will-destroy, before appState has been fully updated with any tab details that change from muon as a result of a tab closing. Fix #11981
Verified 0.21.9 Win64 |
Test plan
See #12193
Description
Closing tab switches to the second tab from root tab
Steps to Reproduce
Actual result:
Expected result:
Should set focus to the immediate tab
Reproduces how often:
100%
Brave Version
about:brave info:
Reproducible on current live release:
Additional Information
#11632 (comment)
cc: @cezaraugusto
The text was updated successfully, but these errors were encountered: