[Prototype-core] Re: Event.element Problem

2007-12-12 Thread Mislav Marohnić
Relevant ticket: http://dev.rubyonrails.org/ticket/8397 This has been reported in the issue tracker multiple times, I closed the duplicates. On Dec 12, 2007 8:00 AM, Andrés Robinet [EMAIL PROTECTED] wrote: Hello there, I was experiencing a problem with the Prototype Adapter for ExtJS

[Prototype-core] Re: Event.element Problem

2007-12-12 Thread Richard Quadling
My patch, my patch! Woo hoo! On 12/12/2007, Mislav Marohnić [EMAIL PROTECTED] wrote: Relevant ticket: http://dev.rubyonrails.org/ticket/8397 This has been reported in the issue tracker multiple times, I closed the duplicates. On Dec 12, 2007 8:00 AM, Andrés Robinet [EMAIL PROTECTED]

[Prototype-core] Fwd: [prototype-core] Event#unloadCache not available in 1.6.0

2007-12-12 Thread Ken Snyder
(BUMP) Original Message Subject:[prototype-core] Event#unloadCache not available in 1.6.0 Date: Mon, 03 Dec 2007 15:07:03 -0700 From: Ken Snyder [EMAIL PROTECTED] To: prototype-core@googlegroups.com

[Prototype-core] Re: Fwd: [prototype-core] Event#unloadCache not available in 1.6.0

2007-12-12 Thread Andrew Dupont
I think our official recommendation is that anyone who needs Event.unloadCache should write it and make its contents the same as that of destroyCache. The code duplication is small enough that it doesn't bother me; anyone who's doing proactive GC probably has written enough JS already that they