[Prototype-core] Re: IE bug still there..

2007-11-20 Thread carlzbg
It seems there is still a problem with IE and https. Http-analyzer shows that right after loading prototype.js a GET for "https://./"; is produced (prototype.js 1.6.0 in IE7 over https) On Oct 12, 9:56 pm, metavida <[EMAIL PROTECTED]> wrote: > Actually, this is fixed in subversion. The correct

[Prototype-core] Re: IE bug still there..

2007-11-12 Thread [EMAIL PROTECTED]
Jolly good, I knew my fix wasn't the right one but I knew there was something wrong also. On Oct 12, 1:56 pm, metavida <[EMAIL PROTECTED]> wrote: > Actually, this is fixed in subversion. The correct code is: > > document.write("

[Prototype-core] Re: IE bug still there..

2007-10-12 Thread metavida
Actually, this is fixed in subversion. The correct code is: document.write("

[Prototype-core] Re: IE bug still there..

2007-10-08 Thread Ihárosi Wiktor
On 10/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > should be > > 4014: "src='http://javascript:void(0)'><\/script>"); > > I forget what brings up the error but.. :) fix! <#3 no :) there is no javascript and http at all. this it the right way to work with https. (afaik) it should be as de