[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-devel] ALL Programmers & Template designers please note
From: |
Henri-Damien LAURENT |
Subject: |
Re: [Koha-devel] ALL Programmers & Template designers please note |
Date: |
Tue, 22 Aug 2006 08:23:17 +0200 |
User-agent: |
Thunderbird 1.5.0.5 (X11/20060719) |
Tumer Garip a écrit :
>
> Hi all,
>
> Although officially KOHA runs on Unix and Firefox there is quite a lot
> out there that uses Windows and Internet Explorer with Koha.
>
>
>
> Especially with the new ZOOM integration KOHA is now fully Windows
> compatible as well.
>
> However a silly javascript error prevents current frameworks from
> being used in Internet Explorer. The bug (I consider it a bug in IE)
> is that any popup window name that contains a space throws a
> javascript error. So please name the popup windows in window.open
> scripts with no space. i.e. instead of “Koha Help” pls use “Koha_Help”
> or a single word.
>
>
>
> This will help those windows users like us as not to edit all the
> templates everytime we update.
>
> I know that officially we say Firefox but I think it’s a shame to
> ignore IE just because of one its bugs.
>
>
>
> Thanks all,
>
Hi Tumer.
You are right in your bug description (alghough I cannot test), as usual.
But I donot agree with the solution you propose.
Maybe it can be overcome with using <!--TMPL_VAR Name="tata"
ESCAPE=URI--> or ESCAPE=HTML in the template rather than changing script
names or call.
Did you try such a solution ?
I think this may solve the problem.
And we could then use it as a temporary solution for javascript window
popups... As long as we are not sure to have changed all the script names.
--
Henri-Damien LAURENT