For anyone that is interested I discovered that having inline/
obtrusive event handlers will cause this issue such as
mydiv.innerHTML='<div onclick='blah()'></div>' followed by
mydiv.innerHTML = ''.  If events are attached to the div after they
are in the DOM it doesn't seem to matter if they are removed or not
before resetting innerHTML.

On Apr 8, 1:51 pm, jay <[email protected]> wrote:
> This was supposively fixed in change Rev [2011], but both this rev and
> the nightly Rev give pseudo leaks (memory usage always goes up).  I
> was able to get a stable "InUse" DOM elements within sIEve by using
> the discardElement method 
> (seehttp://www.outofhanwell.com/ieleak/index.php?title=Fixing_Leaks),
> but the memory usage continues to climb regardless.
>
> Here is the link with the sample I'm testing 
> against:http://dev.jquery.com/ticket/1233
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to