Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White screen -- sometimes #1113

Closed
iherman opened this issue Feb 28, 2017 · 10 comments
Closed

White screen -- sometimes #1113

iherman opened this issue Feb 28, 2017 · 10 comments
Assignees
Labels

Comments

@iherman
Copy link
Member

iherman commented Feb 28, 2017

In some circumstances I have some files that display a blank, white screen. It is not deterministic, though; sometimes it displays properly, sometimes it does not.

I have cut it back into a small example file at: https://www.w3.org/2017/02/rperror/pr.html

the file is relatively minimal. It has a link to a css file, but that is all. The problem is: sometimes it displays properly, sometimes it does not (I tried several times, every time with a shift reload.) It also depends on browsers; it seems to be worse on FF, but the error also happens in Safari or Chrome.

In some cases:-( if one removes a paragraph, or removes the css link, then it improves things. Is there a race condition somewhere?

@iherman iherman added the bug label Feb 28, 2017
@marcoscaceres
Copy link
Member

Confirmed. Seems to be breaking near:

setAttribute("aria-"

in js/core/ui.js

@marcoscaceres
Copy link
Member

Thanks for also providing the test case, super helpful. Will try to fix first thing in the morning.

@iherman
Copy link
Member Author

iherman commented Feb 28, 2017

You are welcome, @marcoscaceres. Good luck!

marcoscaceres added a commit that referenced this issue Mar 1, 2017
* develop:
  v10.5.6
  fix(core/aria): race condition when no body (closes #1113)
@marcoscaceres marcoscaceres reopened this Mar 1, 2017
@marcoscaceres
Copy link
Member

patch didn't apply properly... trying again.

@tidoust
Copy link
Member

tidoust commented Mar 1, 2017

Not sure if that's related but note white screen seems to occur everytime both on Firefox and Edge right now (for all specs I tried to load). I don't see any error reported by Firefox in the Console.

@marcoscaceres marcoscaceres self-assigned this Mar 1, 2017
@marcoscaceres
Copy link
Member

@tidoust, yeah, it's related. Just released a patch. Seeing if it's fixed.

@marcoscaceres
Copy link
Member

heh, can I blame AWS even though it's unrelated?

@marcoscaceres
Copy link
Member

Ok, fixed. @iherman and @tidoust, can you confirm with a hard reload. The ReSpec version should be 10.5.9

@tidoust
Copy link
Member

tidoust commented Mar 1, 2017

I confirm everything's back to normal, including AWS, @marcoscaceres. Thanks!

Fixing Web specs by making them disappear is a nice feature, though. Worth an opt-in parameter, perhaps? ;)

@iherman
Copy link
Member Author

iherman commented Mar 1, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants