'openBrowserWindow' opens more than expected
-
auxce last edited by
Hi, since the new Opera version 85 the tag
<a href="#" onClick="openBrowserWindow('window.html','','scrollbars=no,resizable=no,width=920,height=700,top=40,left=80')">
in some cases opens not only the expected small 'window.html' with the specified parameters but also a full additional browser window with the content of the source page from which the 'window.html' was opened.
Windows 10
Opera 85.0.4341.60 -
auxce last edited by
Sorry, forgot to mention that "openBrowserWindow" is the name of a function
function openBrowserWindow(theURL,winName,features) { window.open(theURL,winName,features); }
In my case, the problem persists with new Opera 86.0.4363.23
-
auxce last edited by
Here's a little demo:
Bookmark this demo page
Close all tabs
Open the bookmarked page and click the link 'Opera forums' on it
In my case, not only the small window with the Opera forums page is opened. There is an additional new window with the demo page opened, so that I have that page opened twice in two separate windows, not tabs.
Windows 10
Opera 86.0.4363.23 -
treego last edited by
@auxce said in 'openBrowserWindow' opens more than expected:
Hi, since the new Opera version 85 the tag
<a href="#" onClick="openBrowserWindow('window.html','','scrollbars=no,resizable=no,width=920,height=700,top=40,left=80')">
in some cases opens not only the expected small 'window.html' with the specified parameters but also a full additional browser window with the content of the source page from which the 'window.html' was opened.
Windows 10
Opera 85.0.4341.60I can confirm this is happening on Linux/Chromebook for Opera's Desktop Browser ... also in Opera 86 just released today.
-
-
auxce last edited by
Disabling
opera://flags/#new-session-manager
seems to fix it.Thanks @burnout426
(related to https://forums.opera.com/post/279952) -