Firing an event inside a handler can cause stack overflow if the  
handler is observing events from the same type.

Even in more complex cases like (pseudocode) :
   observe("a", fireBEvent)
   observe("b", fireAEvent)
   fireAEvent(); // -> stack overflow

Envoyé depuis mon téléphone / Sent from my phone

On 20 juil. 2009, at 20:25, Luisgo <lgo...@gmail.com> wrote:

>
> Has anyone experienced Stack Overflow errors in IE (all versions) when
> using Element.fire?
>
> I've managed to narrow down the error to a call to fire but still
> haven't managed to get pass that point.
>
> Thanks.
> >

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to