Nimther / ie7-js

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

script is parsing & applying selectors contained in @media print {} query #305

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use a stylesheet that contains @media print{} query block (like html5 
boilerplate)
2.include IE js (tested with IE9.js 2.1b4)
3.observe that js is parsing those print targeted selectors

What is the expected output? What do you see instead?
expected that javascript does not process @media print targeted selectors while 
in a @media screen context

What version of the product are you using? On what operating system?
IE9.js 2.1 beta4, combined with http://html5boilerplate.com's stylesheet to 
demonstrate the problem explicitly

Please provide any additional information below.

the big tip-off with boilerplate - print selectors that put an anchor's href in 
the :after location (so all links will have (http://example.com) appended to 
their text )

Original issue reported on code.google.com by mikes...@gmail.com on 15 Feb 2011 at 11:07

GoogleCodeExporter commented 8 years ago
have the same issue

Original comment by j.twesm...@star-media.biz on 24 Jan 2012 at 11:19

GoogleCodeExporter commented 8 years ago
I have the same issue. Using below CSS every link gets its href printed after 
the anchor when loaded on screen in IE7. 

@media print {
    a:after {content: " (" attr(href) ")";}
}

Original comment by kristofe...@gmail.com on 9 Aug 2012 at 12:14

GoogleCodeExporter commented 8 years ago
i have the same issue.

Original comment by arabees....@gmail.com on 13 Aug 2012 at 5:22

GoogleCodeExporter commented 8 years ago
same here. still no fix after 18 months? is anybody working on this?

Original comment by mjsarfa...@gmail.com on 19 Sep 2012 at 12:21

GoogleCodeExporter commented 8 years ago
same here...

Original comment by b.dragos...@popup.at on 12 Oct 2012 at 1:55

GoogleCodeExporter commented 8 years ago
same here...

Original comment by SuperBil...@gmail.com on 24 Mar 2013 at 10:05

GoogleCodeExporter commented 8 years ago
Having same issue

Original comment by cm.jo...@gmail.com on 8 Apr 2013 at 11:23

GoogleCodeExporter commented 8 years ago
Has anyone fixed this issue?

Original comment by colinsum...@googlemail.com on 15 Jul 2013 at 3:26