-
Notifications
You must be signed in to change notification settings - Fork 975
"Select its parent tab" setting not working as expected #9395
Comments
cc: @BrendanEich |
Here's the line w/ the problem |
Original behaviorNEXT - If you look at older versions of the code, Introducing two new optionsThe LAST_ACTIVE and PARENT options were introduced when @NejcZdovc fixed #6553 with PR Changing the default behaviorThis logic was moved from frameStateUtil (renderer process) to the tabsReducer (browser process) with PR #9023. Proposed fixTo fix this I'd like to restore the PARENT option to always open the parent tab ID, like it used to. I have made the change needed and the tests work as expected. (side note: I'm not always seeing openerTabId be set) |
BTW - If we'd like to change the default behavior (which is currently PARENT), let's open up a new issue 😄 |
Required to fix brave/browser-laptop#9395
Required to fix brave/browser-laptop#9395
Required to fix brave/browser-laptop#9395
Required to fix brave/browser-laptop#9395
Verified same behavior on Windows as @luixxiul mentioned |
this needs the exact URLs/links to replicate. Links that appear to work the same may actually take completely different paths inside chromium |
This is the first one: https://twitter.com/CryptoPressNews/status/877422990140424192 |
Verified same behavior as reported by @luixxiul on MacOS |
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Picking
Select its parent tab
for theWhen closing an active tab
setting does not always behave as expected.Platform (Win7, 8, 10? macOS? Linux distro?):
All
Brave Version (revision SHA):
0.16.9 (fba98fc)
Steps to reproduce:
Actual result:
Focus is given to tab 3 (NOT tab 1, which is the parent)
Expected result:
Focus is given to tab 1 (the parent, aka the opener)
Will the steps above reproduce in a fresh profile? If not what other info can be added?
yes
Is this an issue in the currently released version?
yes
Can this issue be consistently reproduced?
Extra QA steps:
1.
2.
3.
Screenshot if needed:
Showing selection is parent
Any related issues:
The text was updated successfully, but these errors were encountered: