[Prototype-core] Re: Event.observe should fix this problem in attachEvent

2007-07-22 Thread [EMAIL PROTECTED]
Quite a lot changes for event part of Prototype, onReady and closure fix for IE this reference bug, and add IE's standard DOM event model, BTW the MS has released the memory leak bug fix for IE6, and no memory leaks in IE7, so in this case, will the Prototype still need to add the onunload event

[Prototype-core] Re: Event.observe should fix this problem in attachEvent

2007-07-22 Thread Mislav Marohnić
On 7/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: BTW the MS has released the memory leak bug fix for IE6, and no memory leaks in IE7, so in this case, will the Prototype still need to add the onunload event to clear the memory? I wouldn't think of removing it in my life. No-one can

[Prototype-core] Re: Event.observe should fix this problem in attachEvent

2007-07-21 Thread Tobie Langel
Have a look at the event branch for this. On Jul 21, 11:57 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You must know the attachEvent can only put a function to be a element's event handler, andd in that function this should be the element itself, but the internet explorer linked it with

[Prototype-core] Re: Event.observe should fix this problem in attachEvent

2007-07-21 Thread Tobie Langel
Sorry, here's the link for it: http://dev.rubyonrails.org/browser/spinoffs/prototype/branches/event On Jul 22, 12:30 am, Tobie Langel [EMAIL PROTECTED] wrote: Have a look at the event branch for this. On Jul 21, 11:57 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You must know the