-
Notifications
You must be signed in to change notification settings - Fork 479
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
IE9 Error: Unable to get value of -js-display #61
Comments
Same here. I have the Update: The error isn't there anymore, although I didn't actually change anything... However, the polyfill doesn't seem to be doing anything. |
+1 Using |
Were you guys testing using IE9 emulation in IE11? Testing using the IE9 emulation gave me the same results you seem to have come up with. Testing in actual IE9 worked just fine. My theory is that IE11 doesn't use the old js engine when it's emulating. I have nothing to base that on, however, save for some cryptic error messages in old projects. |
I was testing using an IE9 / Windows 7 virtual machine |
I'm using a real IE9 and I'm getting the same error. Flexibility doesn't seem to do anything. |
Would you test this again with v2? You should not be getting any such error. If there is trouble reading |
Is 2.0 published on NPM? |
Yes, it is. https://www.npmjs.com/package/flexibility |
Same here! IE8/9 doesn't work! Back to v1.x |
ERROR: Unable to get value of the property '-js-display': object is null or undefined -js-display: flex The 1.0.6 standalone test files work fine. But if those same files are copied to a WordPress installation the |
I am using it on ie9 and it is also not working als expected. I did a small video. |
Same error on IE8 here. I did some debugging and it looks like |
Hey guys,
I'm getting an error on IE9:
SCRIPT5007: Unable to get value of the property '-js-display': object is null or undefined
Any clues?
I'm using version 1.0.5 (with react/redux, babel+webpack)
The text was updated successfully, but these errors were encountered: