This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 974
New Tab Always gets focus when "Switch to new tabs immediately" is disabled #3068
Labels
Comments
Autokrator
pushed a commit
to Autokrator/browser-laptop
that referenced
this issue
Aug 10, 2016
Configure openInForeground to use browser settings Fix issue where openInForeground definition check failed and make bookmarks conform to browser settings
Autokrator
pushed a commit
to Autokrator/browser-laptop
that referenced
this issue
Aug 10, 2016
Configure openInForeground to use browser settings Fix issue where openInForeground definition check failed and make bookmarks conform to browser settings Add space after if
Autokrator
pushed a commit
to Autokrator/browser-laptop
that referenced
this issue
Sep 5, 2016
Configure openInForeground to use browser settings Fix issue where openInForeground definition check failed and make bookmarks conform to browser settings Add space after if
Autokrator
pushed a commit
to Autokrator/browser-laptop
that referenced
this issue
Sep 5, 2016
Closed
GreenRecycleBin
added a commit
to GreenRecycleBin/browser-laptop
that referenced
this issue
Nov 24, 2016
If SWITCH_TO_NEW_TABS is truthy Auditors: Unsure what to fill in here Test Plan: - Simulate middle clicking a bookmark folder - Check that as many new foreground tabs are opened with the same URLs of the bookmarks in order (or just check that all such events are fired in order if URL checks are not feasible) Fix brave#3068.
I'm going to close this issue as The "Switch to new tabs immediately" setting (if set to true) was intended to switch focus to a newly created tab when you middle click a link or click a link which has a target of _blank. It's not related to what happens when you create a new tab. This issue is specifically asking for that setting to be respected when opening a new empty tab by clicking the + in the tabs area or by pressing Ctrl + T / Cmd + T. The impact would be: opening a new tab does not switch to it. You'd have to manually click the empty tab or use a keyboard shortcut to switch the tab |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every time open a new tab it takes focus. Even when "Switch to new tabs immediately" is disabled.
Expected behavior:
I expect the new tab not to get focus when "Switch to new tabs immediately" is disabled.
OSX 10.11.6
0.11.3
The text was updated successfully, but these errors were encountered: