-
Notifications
You must be signed in to change notification settings - Fork 975
0.19.x: Private tabs are broken by the new tab page #10182
Comments
I see this problem as well, let me take a look. On a first glance there are no errors, so could be related to muon / chromium |
ok found the problem. Problem is that we are not creating a new private tab, but we are just setting active tab id to the existing opened tab. https://github.com/brave/browser-laptop/blob/master/app/browser/reducers/tabsReducer.js#L153 (this statement is triggered) instead of https://github.com/brave/browser-laptop/blob/master/app/browser/reducers/tabsReducer.js#L155 This problem was introduced with #9965 cc @bridiver |
This is an issue only during the initial launch. The focus sets to the new tab when you try opening a new private tab(either via menu/kb shortcuts). Closing the @cezaraugusto @bradleyrichter Is the |
@srirambv Yes, it looks like it's only an problem with the new tab page. The problem continues as long as at least one new tab is open. It also happens if you do the following on macOS:
|
@bridiver can you please check out this comment #10182 (comment) |
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
I cannot get private tabs to work at all in 0.19.x. Selecting Menu > New Private Tab, File > New Private Tab, and Shift+Cmd+P do not work.
Based on the severity of the problem, I'm assigning it release/blocking and a 0.19.x milestone.
Platform (Win7, 8, 10? macOS? Linux distro?):
macOS 10.12.x
Brave Version (revision SHA):
0.19.1 (2ee7a49)
Steps to reproduce:
Actual result:
Nothing happens.
Expected result:
A new private tab is created.
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?
No.
Can this issue be consistently reproduced?
Yes.
Extra QA steps:
Screenshot if needed:
Not applicable.
Any related issues:
None.
The text was updated successfully, but these errors were encountered: