webmechanicx / css3-mediaqueries-js

CSS3 Media Queries - JS
3 stars 0 forks source link

IE8 doesn't recognize media queries in css when css is loaded from an https location #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Site works fine when CSS is loaded from http
2. Change CSS to load from HTTPS and the base styles load fine and other 
browsers work but IE8 doesn't recognize any of the responsive media queries in 
the css

What version of the product are you using? On what operating system?
Multiple OS have been tested, linking to current version of file

Is there any compatibility issues with this script not being able to get IE8 to 
recognize the @media styles in a secure style sheet? Seems like an odd behavior 
but we have double checked that the https css is the exact same as the http.

Original issue reported on code.google.com by joshccol...@gmail.com on 10 Apr 2013 at 4:47

GoogleCodeExporter commented 8 years ago
Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by wou...@dynora.nl on 4 Apr 2014 at 11:46