[Prototype-core] Re: Utility method and frames

2008-04-27 Thread T.J. Crowder
Hi Steffen, Event.observe(window,'dom:loaded', ... Isn't dom:loaded a document event, not a window event? E.g.: Event.observe(document,'dom:loaded', ... Or even better: document.observe('dom:loaded', ... I don't know that you can observe elements in another document in the frameset

[Prototype-core] Re: Utility method and frames

2008-04-27 Thread John-David Dalton
Hello Steffen , For future reference, this post should have gone to the users mailing list: http://groups.google.com/group/rubyonrails-spinoffs Here is a patch to make Prototype more iframe friendly: http://dev.rubyonrails.org/ticket/11475 Your usage of the dom:loaded observer is incorrect.

[Prototype-core] Re: Utility method and frames

2008-04-27 Thread [EMAIL PROTECTED]
Hi JDD, On 27 Apr., 18:00, John-David Dalton [EMAIL PROTECTED] wrote: Hello Steffen , For future reference, this post should have gone to the users mailing list:http://groups.google.com/group/rubyonrails-spinoffs thx, it was my first post here so i have to learn structure of this groups ;-)