-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DevTools, Network : "Open in new tab" opens two windows. #3735
Comments
This is due to ClientHandler::OnOpenURLFromTab creating a new window in addition to the default Chrome behavior (DevToolsWindow::OpenInNewTab calls |
It looks like this case should not occur normally [1], so it should be safe to remove this fallback in DevToolsWindow. [1] Browser::OpenURLFromTab will only return nullptr normally if the open is blocked by the popup blocker. However, that probably shouldn't trigger in this DevTools case. |
Describe the bug
When executing "Open in new tab" of DevTools's Network tab, two windows open.
One is a client application style window and the other is a Chromium style window.
We can reproduce it on
cefclient
v126 and v127 for Windows.To Reproduce
We can reproduce it with
cefclient
.cefclient.exe
Expected behavior
Only a client application style window opens.
Screenshots
Added at Describe the bug.
Versions (please complete the following information):
Additional context
Yes
No
The text was updated successfully, but these errors were encountered: