abdotester / ie7-js

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

import'ed stylesheets are not being fixed by IE9.js #286

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open TestPage.html in firefox (see zip file attached) - confirm that the 
second (last) paragraph has red text
2. Open TestPage.html in ie8 and note that the text color for the second 
paragraph is black - in other words the :last-child selector within 
subdirectory/inner.css is not being applied

What is the expected output? What do you see instead?
The text color of the second (last) paragraph is expected to be red. Instead 
the text shows as a black.

What version of the product are you using? On what operating system?
ie7-2.1 (beta 4). Windows 7 (professional) 32-bit

Please provide any additional information below.
If you add the style from the imported stylesheet (subdirectory/inner.css) into 
the outer.css that is linked to the TestPage.html, you will notice that the fix 
for the :last-child selector is being applied as expected.

This further reinforces the conclusion that the import'ed stylesheet is being 
skipped by IE9.js.

Original issue reported on code.google.com by christia...@gmail.com on 4 Oct 2010 at 6:01

Attachments:

GoogleCodeExporter commented 9 years ago
recently i downloaded IE9.js try to use this for grid alternate coloring, it is 
working fine when i place the styled class in page or in a separate css file 
but when i use @import it is reloading the files again with wrong path. when 
can we expect fix for this. we are in urgent need of this. please help us  

Original comment by mee...@gmail.com on 28 Feb 2013 at 8:36