When ever you add oberservers to the same event such as
Event.oberve("myElement", "mousedown", "someMethod_1()");
Event.oberve("myElement", "mousedown", "someMethod_2()");
does IE execute them in REVERSE order upon fire?
They get executed by order of chronological assignment in FF.
IE is a bloody-idiot.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---