Is there a reason why Prototypejs doesn't fire mutation events ( http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-mutationevents-h3 ) as custom events (like dom:subtreemodified) when using Element.update and Element.insert?
I know that browser support for those events are lacking but I'd believe that DOMSubtreeModified, DOMNodeInsertedIntoDocument and DOMAttrModified would be easy to implement as custom events (or simulated as such if browser has support for them) and could add value preventing memory leaks on AJAX heavy UIs. Point in all this would be that it would be easier to handle Event.stopObserving.
-- 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