-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
-
5c29704a2 (dev), 97f429bed (6.10)
On Windows with the WebView2 backend, JavaScript window.show() calls and HTML <a target="_blank"> links both trigger a new window to open and show the desired content. However, these windows are entirely controlled by the system, and don't even close when the spawning process has been killed.
A QWebView API for handling new window requests is planned, but until then we should block new windows entirely to stay consistent.