respondjs not working in ie9
leo2009 opened this issue · 1 comments
leo2009 commented
my app works fine with chrome or firefox except for IE9. it is inside a frame and controlled by a main app. so I can't add a tag or a meta tag in the main app. I guess I have to accept quirks mode and remove all the small errors in this case. but there is a bug reported in the IE9 console which is as following:
SCRIPT5007: Unable to get value of the property 'clientWidth': object is null or undefined
respond.src.js, line 108 character 69
is there any thing I can do about it? my respond.js is version 1.4.2 please help. any help will be appreciate
kfriend commented
Just curious, why are you using respond.js for a browser which supports media queries? Anything above IE 8 has built in support, and doesn't need a pollyfill.