this also means you should use gif images on empty layers to make sure they
catch events (and will cause problems with other widgets as well)

in you copy of the dynapi you might want to change that line to something
like this:

else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null)
dlyr.setBgImage('empty.gif');

where empty.gif is a simple transparent gif image.. this will make sure all
widgets and other code will keep working.

Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Michael Ellis
> Verzonden: donderdag 1 februari 2001 20:32
> Aan: '[EMAIL PROTECTED]'
> Onderwerp: [Dynapi-Dev] IE 5.5 Bug... Mixed Mode Security alert (SSL
> problem)
>
>
> We are currently using the latest CVS files.
>
> In IE 5.5 only, when using SSL, we came across a browser bug.
> If we pass the
> param 'javascript:null' in line 73 of DynLayer we get a mixed
> mode security
> alert on every screen. This screen cannot be set to 'Don't
> show me again'. I
> believe this line is a patch someone entered about two weeks
> ago. We have
> temporarily fixed this by commenting out the parameter.
>
> Offending line: #72
>    else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null)
> dlyr.setBgImage('javascript:null');
>
> Thanks,
>
> Michael Ellis
>
> _______________________________________________
> 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

Reply via email to