
|
[dokuwiki]
||
[Date Prev]
[09-2006 Date Index]
[Date Next]
||
[Thread Prev]
[09-2006 Thread Index]
[Thread Next]
[dokuwiki] Re: Tester needed: IE + https
- From: "Lothar Speil" <speil@xxxxxxxxxxxxxxx>
- To: <dokuwiki@xxxxxxxxxxxxx>
- Date: Tue, 5 Sep 2006 10:07:02 +0200
Hi Andi,
because of your latest update ("another update for the IE+HTTPS init event
problem") I didn't try your patch here first and simply overwrite my
testwiki with build 2006-09-05. This build, we would say in German "hat den
Teufel mit dem Beelzebub ausgetrieben" ;) Now no https warning any more,
thats good, but now we have ALWAYS a script error, with http and https:
Line: 2
Chars: 1800
Error: 'script' is null or no object
Code: 0
URL: https://testwiki...de/doku.php?id=
Maybe a little typo in the patch, I think "scr" should be "script":
+ document.write("<scr" + "ipt id=__ie_init defer=true
src=//:><\/script>");
Sadly it changes nothing, except the chars are now 1803 long!
Also nothing changes if I exchange "src=//:" with your suggested "src=//0"
here.
So I patched the patch ;) to
- document.write("<scr" + "ipt id=__ie_init defer=true
src=//:><\/script>");
+ document.write("<script" + "ipt id=__ie_init defer=true
src=//0><\/script>");
without success.
A RELOAD of any page gives no more script error, but any follwed link gives
it again.
Sorry for the bad news ;)
Lothar
> -----Original Message-----
> From: dokuwiki-bounce@xxxxxxxxxxxxx
> [mailto:dokuwiki-bounce@xxxxxxxxxxxxx] On Behalf Of Andreas Gohr
> Sent: Monday, September 04, 2006 8:19 PM
> To: dokuwiki@xxxxxxxxxxxxx
> Subject: [dokuwiki] Re: Tester needed: IE + https
>
> On Mon, 4 Sep 2006 20:09:56 +0200
> Andreas Gohr <andi@xxxxxxxxxxxxxx> wrote:
>
> > If this is the case, could you please try removing the
> > src=javascript:false; part to make it look like:
> >
> > document.write("<script id=__ie_onload defer ><\/script>");
>
> Okay forget about that. I read somewhat further and found
> that the following is supposed to work:
>
> document.write("<script id=__ie_onload defer src=//0><\/script>");
>
> Could you try it?
>
> Andi
>
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|