gehuangyi20 / ie7-js

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

Maximum CSS Link count #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create page with more than 35 different <link type="text/css" 
rel="stylesheet" href="XXXX.css" />
2. IE6 will catch error.

What is the expected output? What do you see instead?
The count of included CSS files shouldn't be limited.

What version of the product are you using? On what operating system?
2.0beta3 IE6 Windows XP 32bit.

Original issue reported on code.google.com by scham...@gmail.com on 17 Feb 2009 at 8:58

GoogleCodeExporter commented 9 years ago
Is it artificially limited or is IE6 simply not capable of handling that number 
and
also running them through the script?

Original comment by miles.ca...@gmail.com on 18 Feb 2009 at 7:50

GoogleCodeExporter commented 9 years ago
No, its not artificially limited by IE6 browser as i know. Anyway css works if 
i 
remove ie7-js. Limitation definitively comes with ie7-js script.

Original comment by scham...@gmail.com on 11 Mar 2009 at 3:50

GoogleCodeExporter commented 9 years ago
Sorry, my question was not clear:

Option 1: Is the script artificially limiting the number of CSS files that can 
be linked?

OR

Option 2: Is IE6 Browser unable to run more than a certain number of CSS files
through the script due to limitations within it's own JavaScript interpreter?

Original comment by miles.ca...@gmail.com on 12 Mar 2009 at 7:01

GoogleCodeExporter commented 9 years ago
This was a bug in MSIE. document.createStyleSheet will crash on the 32nd style 
sheet. I 
fixed it by creating a <style> element instead. The fix will appear in version 
2.1.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 2:54

GoogleCodeExporter commented 9 years ago
This is a duplicate of issue #85.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 11:20