Bugs item #469907, was opened at 2001-10-10 08:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=469907&group_id=5757
Category: DynAPI 2 Browser-Specific Group: Verified Status: Open Resolution: None Priority: 5 Submitted By: Peter Romianowski (antarapero) Assigned to: Nobody/Anonymous (nobody) Summary: DynLayer causes alert in IE5.5 /w SSL Initial Comment: if a site is accessed via SSL and using DynLayer- objects a security warning pops up in IE 5.5 (Win) which says that the site contains unsecure elements. the solution I found was to remove line 154 in dynlayer.js. the line says: if (is.ie55 && this.bgImage==null && this.html==null) s+=' background-image:url(javascript:null);' now everything works fine for me, but i don't know if other code depends on that line (but it's hard to imagine...). ---------------------------------------------------------------------- Comment By: Richard Bennett (richard_bennett) Date: 2001-10-14 12:08 Message: Logged In: YES user_id=164855 Err, I let an error slip in there, line 154 is now this: if (is.ie55 && this.bgImage==null && this.html==null) s+=' background-image:url ('+DynAPI.librarypath+'dynapi/images/common/transparent.gif) ;'; I also added some missing semi-colons, and tested IE6, which is ok without this fix. ---------------------------------------------------------------------- Comment By: Richard Bennett (richard_bennett) Date: 2001-10-14 08:33 Message: Logged In: YES user_id=164855 I changed line 154 to this: if (is.ie55 && this.bgImage==null && this.html==null) s+=' background- image:'+DynAPI.librarypath+'dynapi/images/common/transparent .gif' and added the transparent gif in the images/common directory. We should however still test whether the same workaround needs to be applied for IE6. Changes are in CVS, or tomorrows snapshot ---------------------------------------------------------------------- Comment By: Richard Bennett (richard_bennett) Date: 2001-10-14 08:28 Message: Logged In: YES user_id=164855 That line is needed to counter a bug in IE5.5. If the layer was empty, it wouldn't catch any events. I cha ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=469907&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/