It would require removing reliance of the dom observers to a single
observer for each element and having it fire the events from an array

EOMB (Every other modern browser) executes the observers first in
first out,
IE does it last in first out.

An example of how you can enforce a first in first out
Basically you assign 1 observer that then executes a list of similar
observers.
http://pastie.caboo.se/170559
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to