[Prototype-core] Re: Memory Leak on IE

2008-10-31 Thread Yee Keat Phuah
Hi, I think I need to clear some things up. After more testing, I have realized that there are two (quite) separate issues here: 1. purging of observers during removeChild/replaceChild/Element.update, preventing memory leaks within a single page 2. purging of all observers, _including those that

[Prototype-core] Re: Memory Leak on IE

2008-10-31 Thread Yee Keat Phuah
Hi, Attached is the proposed patch against prototype-1.6.0.3. Cheers, Phuah Yee Keat --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to

[Prototype-core] Re: Memory Leak on IE

2008-10-31 Thread kangax
On Oct 31, 5:05 am, Yee Keat Phuah [EMAIL PROTECTED] wrote: Hi, Attached is the proposed patch against prototype-1.6.0.3. Cheers, Phuah Yee Keat  prototype-memory-leak.patch 1KViewDownload Could you create a ticket for this [1] and attach both files to it? It would be easier for us to

[Prototype-core] Form.reset() (still) not returning Element

2008-10-31 Thread joe t.
i don't know if this is intentional, or if no one's noticed it, or what, but in the last two releases, i've had to add a fix to Form.reset(): -- 1.6.0.2/3: var Form = { reset: function(form) { $(form).reset(); return form; }, -- My fix: var Form = { reset: function(form) {