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

insertRule() syntax error in IE11 #14

Open
tajo opened this issue Jun 17, 2015 · 4 comments
Open

insertRule() syntax error in IE11 #14

tajo opened this issue Jun 17, 2015 · 4 comments

Comments

@tajo
Copy link

tajo commented Jun 17, 2015

Hey,

I'm getting this error in MSIE 11 / Win 8.1:

screen shot 2015-06-17 at 5 23 15 pm

I'm not sure why, because it looks Ok.

@tajo
Copy link
Author

tajo commented Jun 17, 2015

I see it's a part of react-kit. On your demo website there are no errors. Weird.

@dallonf
Copy link

dallonf commented Aug 18, 2015

I'm also seeing this problem in PhantomJS.

@rolandsusans
Copy link

The same when testing :

on IE Edge  -> works 
on IE 10    -> works 
on IE 9     -> syntax Error

btw, also demo page shows errors when using IE 9.

Maybe there is way to make fallback for browsers, that does't have support?

@badmotorfinger
Copy link

It's because the CSS parameter being passed into insertRule is invalid or not recognised by the browser.

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

4 participants