Axure / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

IE7 print stylesheet completely ignored #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a 'screen' media CSS file
2. Create a 'print' media CSS file
3. Link to a xhtml file

What is the expected output? What do you see instead?
Essentially, the script doesn't re-evaluate the print stylesheet when the
browser looks for the print media CSS. It just uses the regular screen one.

What version of the product are you using? On what operating system?
Using IE8.js (also happens with IE7.js)
Using IE7 browser.

Please provide any additional information below.
May affect IE6 and below browsers, but I don't support them anyway.

Original issue reported on code.google.com by xenonthe...@gmail.com on 17 Oct 2009 at 11:34

GoogleCodeExporter commented 9 years ago
This error only occurs with inline style sheets. It is fixed in version 2.1.

Original comment by dean.edw...@gmail.com on 12 Feb 2010 at 2:03