Discussion:
Problem in IE7
(too old to reply)
Eklof
2009-09-30 15:48:01 UTC
Permalink
I had to reinstall Visual Studio 2008. Now I get loads of errors when I run
IE7
-----------------------------------------------------------------------------------------
Visual Studio Just In Time Debugger

An unhandled exception('Object doesn't support this property or method')
occurred in iexplore.exe[4368]
-----------------------------------
Code that shows up in the debugger:
-------------------------------------------
function ParseDoc(doc)
{
var aRules = GatherRulesFromDoc(doc);
collSelectors = parser.Parse(aRules);

// Set quirks mode if necessary
if("BackCompat" == doc.compatMode)
{
for(var i = 0; i < collSelectors.Count; i++)
{
collSelectors.item(i).SetQuirksMode(true); <--> Line in error
}
}

}
Corentin Cras-Méneur
2009-10-01 13:55:57 UTC
Permalink
Post by Eklof
I had to reinstall Visual Studio 2008. Now I get loads of errors when I run
You're in the wrong newsgroup.

This is the group for the Mac version of IE. You should repost in one of
the regular IE groups.

Corentin
--
--- Office:Mac MVP http://www.cortig.net/wordpress/ ---
http://www.mvps.org - http://mvp.support.microsoft.com
MVPs are not MS employees - Les MVP ne travaillent pas pour MS
Remove "NoSpam" to e-mail me - Retirez "NoSpam" pour m'écrire
Loading...