Objective-J.js exception in IE7
Reported by Duncan Wilcox | September 22nd, 2008 @ 11:15 PM
Line 151 of Objective-J.js, as loaded from the current flickr demo on the cappuccino.org site, fails with an exception in IE7. Line 151 is the ActiveXObject allocation below:
if (window.ActiveXObject) {
objj_standardize_xml = function(aRequest)
{
var XMLData = new ActiveXObject("Microsoft.XMLDOM");
XMLData.loadXML(aRequest.responseText.substr(aRequest.responseText.indexOf(".dtd\">") + 6));
return XMLData;
}
The error the script debugger reports is "Automation server can't create object".
Comments and changes to this ticket
-
Francisco Tolmasky September 23rd, 2008 @ 04:14 PM
Seems like it may be an issue with your install (if I'm interpreting this correctly):
http://www.pcreview.co.uk/forums... http://blogs.msdn.com/jledgard/a...
-
Duncan Wilcox September 23rd, 2008 @ 08:13 PM
I'm running a "standalone IE7" package, which installs IE7 alongside with IE6, on XP SP2 in vmware. I guess something in that setup might be the problem, though I'm rather clueless about all things windows and, admittedly in limited use, I haven't really had trouble with other JS heavy sites.
Looks like I'll have to make a separate virtual machine for IE7 testing...
-
Duncan Wilcox October 12th, 2008 @ 09:38 PM
- Tag changed from objective-j, bug to bug, objective-j
Running it in vista with the built-in IE7 (in vmware again) works fine, so it looks like it's a defect of the standalone IE7 package.
Sorry for the noise.
-
Francisco Tolmasky October 15th, 2008 @ 03:05 AM
- State changed from new to invalid
Ok, closing then. Reopen if it turns up again I guess.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.