question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Popup pages opened using window.open show white background for a fraction of second before turning to dark

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Gustedcommented, Sep 28, 2020

You can close this if it wont serve any purpose anymore.

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

0reactions
yesvivekcommented, Sep 28, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found