kavinithiy / ie7-js

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

IE6 Access-Denied error #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Implement IE7.js
2. Open webpage

What version of the product are you using? On what operating system?
IE7.js (2.1 B4) running on Win XP SP3 IE6.

The problem is on Line 745:
    var rules = this.styleSheet.rules, rule;

IE6 is throwing an access-denied error because of "this.styleSheet.rules".

Original issue reported on code.google.com by simsh...@gmail.com on 9 Aug 2010 at 3:22

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have exactly the same issue. 

Comment below lines and it will start to work :)

/*
var rules = this.styleSheet.rules, rule;

(...)

*/
}, 

Original comment by robert.m...@gmail.com on 12 Feb 2011 at 9:48