Side navigation
#6343 closed bug (duplicate)
Opened March 24, 2010 12:57PM UTC
Closed October 08, 2010 07:32PM UTC
Last modified March 14, 2012 01:05AM UTC
XMLHttpRequest Leak in IE 7
Reported by: | Daazku | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | ajax | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
Change History (1)
Changed October 08, 2010 07:32PM UTC by comment:1
priority: | → undecided |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #6242 .