Bug Tracker

Opened 14 years ago

Closed 13 years ago

#4719 closed bug (invalid)

jQuery.ajax dataFilter parsing of the resulting data hangs IE 7

Reported by: jtate Owned by:
Priority: critical Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

If I have a dataFilter method that tries to parse the data

    var foo = jQuery(data);
    //Do something with foo

it will hang on IE 7, and the iexplor.exe process will have to be killed. It does not seem to matter how big the data is, or what the contents are.

Attachments (2)

test.html (585 bytes) - added by jtate 14 years ago.
test page
blank.html (67 bytes) - added by jtate 14 years ago.
second page (loaded by ajax)

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by jtate

Attachment: test.html added

test page

Changed 14 years ago by jtate

Attachment: blank.html added

second page (loaded by ajax)

comment:1 Changed 14 years ago by jtate

I was trying to do this as part of a jquery.tabs structure.

comment:2 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Please ask for help on the forum.

Note: See TracTickets for help on using tickets.