[Prototype-core] Broken dom:loaded event handling in Konqueror

2007-12-17 Thread stiff
Hello! I just discovered that you're handling dom:loaded in Konqueror in exactly the same way as in Gecko, which is incorrect - to make it work, it should be treated just like Safari - with a timer periodically checking if the DOM is ready. I checked this in trunk too, it's still broken. I

[Prototype-core] Re: Broken dom:loaded event handling in Konqueror

2007-12-17 Thread Mislav Marohnić
On Dec 17, 2007 11:35 AM, stiff [EMAIL PROTECTED] wrote: Hello! I just discovered that you're handling dom:loaded in Konqueror in exactly the same way as in Gecko, which is incorrect - to make it work, it should be treated just like Safari - with a timer periodically checking if the DOM is

[Prototype-core] Re: Broken dom:loaded event handling in Konqueror

2007-12-17 Thread stiff
Hello! It's very easy to open a ticket for this in Trac (http://prototypejs.org/contribute). What *may* be tricky for you is creating an actual patch to attach to the ticket, but you don't have to do that. If you can't create a patch, we will do it at our own time. Thanks! Alright, I

[Prototype-core] Very weird behavior with event tests

2007-12-17 Thread Nicolás Sanguinetti
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