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)
Change History (4)
Changed 14 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please ask for help on the forum.
Note: See
TracTickets for help on using
tickets.
test page