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

IE8: Invalid Argument #23

Closed
zovt opened this issue Jan 12, 2016 · 2 comments
Closed

IE8: Invalid Argument #23

zovt opened this issue Jan 12, 2016 · 2 comments

Comments

@zovt
Copy link

zovt commented Jan 12, 2016

Seem to be getting this error in IE8:

Invalid Argument
Line: 2
Char: 1083

Not sure what's causing it. I've replaced all instances of

display: flex;

with

-js-display: flex;
display: block;
display: flex;

Am I misunderstanding something?

@jonathantneal
Copy link
Owner

You are using the CSS properties right. Would you try Flexibility v1 and tell me if you still get this error?

@jonathantneal
Copy link
Owner

We have a demo page tested on IE8 and IE9 with no errors. http://10up.github.io/flexibility/

If you can provide a test case in Flexibility v1, I’ll be happy to look into it.

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

2 participants