Side navigation
#4929 closed bug (worksforme)
Opened July 20, 2009 05:12PM UTC
Closed November 19, 2010 10:02PM UTC
Fix for IE Memory Leak
Reported by: | kossovsky | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.3.2 |
Component: | core | Version: | 1.3.2 |
Keywords: | memory leak, internet explorer, IE | Cc: | |
Blocked by: | Blocking: |
Description
This is one (of many) memory leaks IE7 proudly has – cleaning memory for removed HTML element.
I've made a fix for this specific memory leak and will appreciate if this patch will be part of jQuery.
You can see the details at IE Memory Leak – jQuery Fix
http://kossovsky.net/index.php/2009/07/ie-memory-leak-jquery-garbage-collector/
- Obviously, you are welcome to improve it.
Is there a simple test case that shows when this is effective? Is it necessary for the garbage collector node to be attached to the document? A test case would allow testing some permutations.