Modify ↓
Ticket #6343 (closed bug: duplicate)
XMLHttpRequest Leak in IE 7
| Reported by: | Daazku | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | ajax | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The default behavior of jQuery is to create an XMLHttpRequest if the browser support it. But in IE 7 (don't know for other versions) XMLHttpRequest don't release resources until you refresh the page or navigate away.
We should handle that and supply ActiveXObject by default for IE.
Attachments
Change History
Changed 3 years ago by Daazku
-
attachment
TestActualjQueryImplementation.html
added
Changed 3 years ago by Daazku
-
attachment
TestPossibleFixjQueryImplementation.html
added
Test that fix the leak (Check task manager)
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Test that show the leak (Check task manager)