I don't know what I got wrong yesterday but the safari bug appears to be solved in the nightlies. http://bugs.webkit.org/show_bug.cgi?id=5812
Is there a way to know the exact AppleWebKit/XXX rev. when the load event was added (other than trial and error ? :) //safari iframe hack. // warning, it has one main issue, the request will be issued two times. // should only be used for static files. // Problem is fixed in latest webkit, rev 522 (possibly before?) if (Prototype.Browser.WebKit && callback && navigator.userAgent.match(/AppleWebKit\/([0-9]+)/)[1]<522) { etc... On May 19, 12:42 pm, "Mislav Marohnić" <[EMAIL PROTECTED]> wrote: > On 5/19/07, Sylvain ZIMMER <[EMAIL PROTECTED]> wrote: > > > > > as the <iframe> > > and the <script> point to the same file, they "should" be loaded at > > the same time. > > Oh, now I see. By concentrating on the iframe I forgot about the fact that > dynamic script is there, too. > > So, is the code tested in IE finally? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---