Skip to main content

Bug Tracker

Side navigation

#5308 closed bug (invalid)

Opened September 30, 2009 11:19AM UTC

Closed September 30, 2009 09:16PM UTC

IE (all versions) bug when parsing bad html(not php) pages

Reported by: svcorp77 Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

$('#myDIV').load('help.html', function() {

do something

});

Error in line 3281 in jQuery JavaScript Library v1.3.2

IE response Critical error in jQuery.js

typeof res.responseText = 'unknown', status = 'parsererror'

Trying to fix

if (typeof res.responseText === 'unknown') {

reInitialize res

res = {};

res.responseText = '';

};

Attachments (0)
Change History (1)

Changed September 30, 2009 09:16PM UTC by john comment:1

resolution: → invalid
status: newclosed

We're definitely going to need a full test case in order to diagnose what's going on here. If you have a page that we can look at we would definitely appreciate it.