mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 446568: make sure to focus new windows opened from external apps, r=mconnor
This commit is contained in:
parent
2e7a255635
commit
45846ca399
@ -947,6 +947,7 @@ function BrowserStartup() {
|
||||
else if (window.arguments.length >= 3) {
|
||||
loadURI(uriToLoad, window.arguments[2], window.arguments[3] || null,
|
||||
window.arguments[4] || false);
|
||||
content.focus();
|
||||
}
|
||||
// Note: loadOneOrMoreURIs *must not* be called if window.arguments.length >= 3.
|
||||
// Such callers expect that window.arguments[0] is handled as a single URI.
|
||||
|
Loading…
Reference in New Issue
Block a user