gehuangyi20 / ie7-js

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

Script mangles CSS rules using * selector #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Download attached files and open the HTML file. It will alert out the
cssText property for the stylesheet. Note that the stylesheet uses a *
selector, but the alerted out text doesn't include that. 

Because IE omits that selector the IE7.js script sometimes doesn't properly
handle those rules. Unfortunately I couldn't create a simple example that
provokes a failure. I do know that the script will mess up the JQuery
plugin Farbtastic.

What version of the product are you using? On what operating system?
2.0 beta3 and 2.0 daily (beta4?)

Please provide any additional information below.

Original issue reported on code.google.com by breischl@gmail.com on 1 May 2008 at 4:27

Attachments:

GoogleCodeExporter commented 9 years ago
IE7.js rewrites the style sheets. The cssText taht is being alerted will be 
replaced 
anyway. If you have an actual test case that demonstrates a bug then I will 
look into 
it.

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