Seitk / ie7-js

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

IE9.js causing IE7 to render @media print styles. #318

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using 2.1(beta4)/IE9.js
2. Included @media print { ... } styles in your css
3. Only IE7 seems to render the print styles. Without IE9.js there is no issue.

What is the expected output? What do you see instead?
My CSS:
@media print {
    a:after {content: " (" attr(href) ")";}
}

IE7 with IE9.js is displaying that content for anchors which is only for print 
not screen. I'm not sure if this is related but I also get the same error as 
Issue #300 in IE7 as well.

Please provide any additional information below.

Original issue reported on code.google.com by twofivet...@gmail.com on 14 Apr 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Did a look through of the issues and didn't notice one for this and sure enough 
right after posting I see this: 
http://code.google.com/p/ie7-js/issues/detail?id=305

Consider this issue a duplicate of that one.

Original comment by twofivet...@gmail.com on 14 Apr 2011 at 2:30