[BUG] Popup pages opened using window.open show white background for a fraction of second before turning to dark
See original GitHub issueDescribe the bug
Popup pages opened using window.open()
show white background for a fraction of second before turning to dark.
Steps to reproduce
- Access any page using window.open with specs option (3rd argument) to open a popup window, refer below code,
window.open("https://www.w3schools.com", 'W3Schools', 'width=1024, height=768, scrollbars=1, resizable=1, menubar=1');
- Or check this page.
- White background is seen for a fraction of second before turning to dark
Expected behavior
The splash of white background should not be seen.
Actual behavior
The splash of white background is seen for fraction of a second.
System Information:
- OS: Windows 10
- Browser: Chrome Version 85.0.4183.121 (Official Build) (64-bit)
- Dark Reader version: 4.9.20
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Chrome displays a page for split second then it goes blank
Google Chrome's blank/white page bug explains that the server returning a Content-Length header whose value is greater than the actual length of ...
Read more >Safari new popup window problem - Apple Community
This new window always has a white background and displays only text and simple images from what looks like the main article on...
Read more >Windows 11 blur window bug - Microsoft Community Hub
There will be a black or white screen at the back of the window depenmding on your selected theme and in 2-3 seconds...
Read more >Bootstrap modal appearing under background - Stack Overflow
I got it to work by giving a high z-index value to the modal window AFTER opening it. E.g.: $("#myModal").modal("show"); $("#myModal").css("z-index", ...
Read more >Top 7 Ways to Fix Google Chrome White Screen Error on ...
Top 7 Ways to Fix Google Chrome White Screen Error on Windows 10 · 1. Close Google Chrome Completely · 2. Turn off...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It doesn’t seem dark reader’s problem anymore so I guess closing this and you could make a issue over at Chromium bug list
I think you are correct @Gusted, I see white flash on steampowered.com without add-ons. Thank you for looking at this. You can close this if it wont serve any purpose anymore.