Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Black screen on CSS files longer than 100 lines #53

Closed
NoiSek opened this issue Jul 6, 2016 · 1 comment
Closed

Black screen on CSS files longer than 100 lines #53

NoiSek opened this issue Jul 6, 2016 · 1 comment
Labels

Comments

@NoiSek
Copy link

NoiSek commented Jul 6, 2016

Possibly related to #46

In the process of debugging a custom theme, I discovered that including a CSS file longer than 100 lines causes the entire renderer to go black and display nothing / take no input.

Does not seem to be tied to size, number of CSS selectors, or selector complexity, but purely line count.

Is this intentional?

Assuming that it is not intentional, some useful info:

  • Works as expected when CSS is split into seperate 100 line files, Possible File IO issue?
  • Does not appear to affect the JS, tested up to 1000 lines as still functional.
  • Breaks renderer regardless of location, if loaded after all content has already rendered it will still cause the entire DOM to turn black and go unresponsive.
@lots0logs lots0logs added the bug label Jul 6, 2016
@NoiSek
Copy link
Author

NoiSek commented Jul 7, 2016

Scratch that, this appears to have been a red herring that just happened to align with 100 lines.

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

No branches or pull requests

2 participants