gehuangyi20 / ie7-js

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

IE8 throws a permission denied error on XP SP3 #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IE8 script throws a "Permission denied" error when opening the page using
the IE version currently bundled with XP SP3. Strangely enough, it seems to
keep work well enough after that.

This happened when including IE7 + IE8 beta3 or trunk, running on Internet
Explorer 6.0.2900.3300.xpsp.080125-2028 (XP SP3 beta).

The error happens around line 1089 on IE8.js, when trying to access the
'length' property of the stylesheet.imports collection -- see the screnshot
attached.

Original issue reported on code.google.com by mbr...@gmail.com on 23 Mar 2008 at 8:05

Attachments:

GoogleCodeExporter commented 9 years ago
I had the same kind of problem, but it was because i was adding twice the 
script by
mistake, one time at the beginning of the head tag and one time at the end of 
the
head tag so maybe you have the same thing or maybe you have added the ie7.js + 
ie8.js
code ? 

Original comment by olivier....@gmail.com on 2 Apr 2009 at 2:33

GoogleCodeExporter commented 9 years ago
No one else is reporting this show-stopping error. It is probably related to 
the 
previous comment. There is not test case anyway.

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