[Prototype-core] Re: ie try to load 'http://:/' right after prototype 1.6.x loaded

2008-04-12 Thread Diego Perini
Because the about:blank URL has no capability of telling when the main document is complete, it just happen asynchronously in IE. On 11 Apr, 02:44, DK [EMAIL PROTECTED] wrote: Why not use about:blank url? On Apr 9, 2:12 pm, John-David Dalton [EMAIL PROTECTED] wrote: This was originally

[Prototype-core] Re: ie try to load 'http://:/' right after prototype 1.6.x loaded

2008-04-10 Thread Diego Perini
It seems that the trick is able to do the job even in IE8b1. Diego Perini On 9 Apr, 14:12, John-David Dalton [EMAIL PROTECTED] wrote: This was originally used to allow this method to not have to pull down a real file and to avoid https issues in IE. This

[Prototype-core] Re: ie try to load 'http://:/' right after prototype 1.6.x loaded

2008-04-10 Thread DK
Why not use about:blank url? On Apr 9, 2:12 pm, John-David Dalton [EMAIL PROTECTED] wrote: This was originally used to allow this method to not have to pull down a real file and to avoid https issues in IE. This ticket:http://dev.rubyonrails.org/ticket/9394 Patches it to use a different

[Prototype-core] Re: ie try to load 'http://:/' right after prototype 1.6.x loaded

2008-04-09 Thread Simtec Support
This is a known issue with the workaround in IE for the lack of a DOMContentLoaded event. We've written a blog post about this here: http://blog.httpwatch.com/2007/11/20/error_internet_invalid_url-httpwatch/ On 9 Apr, 05:16, Zhang Erning [EMAIL PROTECTED] wrote: httpwatch shows an error http

[Prototype-core] Re: ie try to load 'http://:/' right after prototype 1.6.x loaded

2008-04-09 Thread John-David Dalton
This was originally used to allow this method to not have to pull down a real file and to avoid https issues in IE. This ticket: http://dev.rubyonrails.org/ticket/9394 Patches it to use a different method (maybe one that is more stable with IE7 as well)