> I found some problems on the last toloadlayer.js version I post because on
> IE5.5 (when online) hang in a non endding loop (loading all time) when to
> layers load at same time. For the moment I do not know way...
> still working
> on it.
>
> IE4 is working ok and IE55 ok (in local)... in online is not
> working because
> the time to load is bigger than in local.
>
> As I found the problem happen on ie5 win32. This make
> this.isIFrame to false
> and the load is do it by the STYLE="behavior:url(#default#download)" on
> insertInlineElements.
>
> If I force this.isIFrame to true on DynLayer.prototype.toLoadLayer all
> working ok ... so may be the problem is something related with times and
> behavior:url when two or more files are loading at the same time
> on Ie55 and
> win32... need fix
>
> by the while people can fix by changind the line 27
>
> this.isIFrame=!(is.ie5 && is.platform=='win32');
>
> to
>
> this.isIFrame=true
The LoadPanel creates a queue that is used to make sure that only one file
is every loaded at one time.
The reason for that line is so IE5 on win32 does not use an IFrame, but uses
a download behaviour because I've found the behaviour to be more reliable
(believe it or not!). Before 2.5 there didn't used to be an IE5 IFrame
method at all, but I added one so that LoadPanel would work on IE5 on the
Mac.
Cameron.
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help