It was a workaround for a problem where IE did not receive events in empty
layers. So as long as you don't want to catch events on empty layers you can
remove it.
As for the commments, there was talk of having a fully commented version,
and a compressed version. But the compressor (jspack) was pretty fussy, and
with all the different coding styles of the contributors to this project, it
didn't work very well. So I think we are back to very few comments again.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Robert
> Rainwater
> Sent: 30 March 2001 08:36
> To: Roy Stahl
> Subject: Re: [Dynapi-Dev] SSL error for IE 5.5
>
>
>
> I believe it fixes a bug with events? in IE 5.5. Since you are one of
> a few who have access to ssl, you may want to try something like:
> javascript:void()
>
> --
> Robert Rainwater
>
>
> On 3/29/2001, 9:55:56 PM EST, Roy wrote about "[Dynapi-Dev] SSL
> error for IE 5.5":
>
> > Found this line in the DynLayer.js
>
> > else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null)
> > dlyr.setBgImage('javascript:null');
>
> > This causes IE5.5 to slip out of SSL because no one owns the domain for
> > javascript:null
> > IE5.5 warns you that you have both secure and insecure items on
> the page.
>
> > I remove this line in two places in the dynlayers.js and it works fine.
>
> > Why was this there in the first place? What does IE5.5 do that would
> > require this?
>
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev