I was trying to figure out the problem of a poster in the spinoffs
list 
(http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/4ff06bf903aced80)
about Event.observe throwing errors with the element. I saw the code,
it was using Event.observe(unextended_node, ...), so I figured to add
a test for Event.fire and Event.observe receiving unextended nodes.

http://pastie.caboo.se/129854

For what I can gather, the observer method in that test is being
called 9 times (console.log in the observer). So that "explains" the 8
failures and still showing up green. I added the console.log in the
first test ("testCustomEventFiring") and it only calls it once, so it
seems there's some poblem when extending the nodes, but after digging
a bit through the source I couldn't find it, and the event handling
was never the part of the source I grokked the most, so ... I'll keep
looking for the problem, but maybe someone else can find it faster :)

Best
-Nicolas

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to