Opened 14 years ago
Closed 12 years ago
#4929 closed bug (worksforme)
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.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing after 11 months of no activity from the original reporter.
Note: See
TracTickets for help on using
tickets.
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.