Skip to main content

Bug Tracker

Side navigation

#13320 closed bug (duplicate)

Opened January 24, 2013 02:36PM UTC

Closed January 26, 2013 02:49PM UTC

bug in IE8 when getting attr from XML data

Reported by: mfluehr@cwf.org Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: git
Keywords: Cc:
Blocked by: Blocking:
Description

Using IE8, the following code breaks in 1.9.0 (but NOT in 1.8.2):

$.ajax({

type: "GET",

url: "playerList.xml",

dataType: "xml",

success: function(xml) {

myXML = $(xml).find("playerList");

// Create scene objects

$(myXML).find("player").each(function() {

output($(this).attr("id"));

});

}

});

Attachments (0)
Change History (1)

Changed January 26, 2013 02:49PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13315.