-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.14.2
-
Windows 10
When a new tab is created via Javascript calling window.open() then the new tab does not render right away. If you switch away from the tab and back again then it will show up correctly. This can be reproduced using the quicknanobrowser using:
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro
and the code:
<!DOCTYPE html> <html> <body> <h2>The window.print() Method</h2> <p>Click the button.</p> <button onclick=op()>Show new page</button> <script> function op(){ window.open("https://cdn.freebiesupply.com/logos/large/2x/qt-logo-png-transparent.png") } </script> </body> </html>
- duplicates
-
QTBUG-81785 Blank popup windows
-
- Closed
-