Is it this the prototype/Firefox 2.0 bug? "Object.extend problem in Firefox 2.0 RC3" http://dev.rubyonrails.org/ticket/6481
Also posted as a bug in Firefox: "Setting Function.prototype does not work in pop-up windows (Firefox 2)" https://bugzilla.mozilla.org/show_bug.cgi?id=357947 TAG On Nov 11, 2006, at 7:59 AM, Glenn Nilsson wrote: > > Thanks for answering! > >>> I don't know what might cause this, but maybe you do. If I put the >>> code below in a html-file and open it in a popup. I get an error on >>> row 129 in the latest prototype.js bundled with 1.6.5. >> >> OK, what exact browser are you using? > > Sorry, forgot that =) FF 2.0 (20061010) > >>> The error I get is: >>> >>> "this.onTimerEvent.bind is not a function" >> >> Hmm, obviously Function extension didn't occur yet. That's odd. >> >>> Anyone else got this problem, or can replicate it, and even perhaps >>> has a solution, I'd be very happy! =) >> >> Can you please put some minimalistic example online for us to test >> and >> tinker with? > > Of course! > > http://wailqill.com/code/ff-popup-load/kicker.html > >>> PS. If I reload the popup after it's loaded, it works just fine. >> >> I bet it does :-) It's clearly an issue with load detection within a >> popup. However, I see nothing related in Prototype's Trac. So we'll >> have to investigate. > > Debugging it is quite hard with firebug. The breakpoints don't > wanna break. > > btw: downloadable minimal testcase: > > http://wailqill.com/code/ff-popup-load/ff-popup-load.zip > > Thanks a bunch, > Glenn > > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---
