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

Just show Loading... and got the error "2016-01-28 13:52:51.997 Electron Helper[95534:12066995] Couldn't set selectedTextBackgroundColor from default ()" #1

Open
atom992 opened this issue Jan 28, 2016 · 2 comments

Comments

@atom992
Copy link

atom992 commented Jan 28, 2016

As following the step Create a Desktop Chat Application using the CEAN Stack and Electron,
and add the step:

./node_modules/typescript/bin/tsc -p public -w

(or you will got 404 error after you access http://localhost:3000)
The brower can correct show the chat windows,and all works fine.
when I run

npm start

I can only see Loading... in the windows,and got the following error:

2016-01-28 13:52:51.997 Electron Helper[95534:12066995] Couldn't set selectedTextBackgroundColor from default ()
@ClemMakesApps
Copy link

This seems it be related to this issue: electron/electron#4420

@wuqunfei
Copy link

I have a simple solution, put
::selection { background: white; /* WebKit/Blink Browsers */ }

in the enterence of html, like index.html

This bug will disappear. @zcbenz

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

No branches or pull requests

3 participants