#68 ✓invalid
Duncan Wilcox

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

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.

New-ticket Create new ticket

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.

Shared Ticket Bins

People watching this ticket

Pages