From: Pascal B. <pa...@dy...> - 2000-10-31 19:22:09
|
ermz, you have access to a Mac? Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Robert Rainwater Verzonden: maandag 30 oktober 2000 23:44 Aan: Pascal Bestebroer Onderwerp: Re: [Dynapi-Dev] Fixes n stuff In DynLayer.deleteElement() I changed: if (is.ie5 && this.elm.children.length>0) this.elm.removeNode(true) -to- if (is.ie5&&is.platform=="win32"&&this.elm.children.length>0) this.elm.removeNode(true) It seems that the IE 5 for the Mac doesn't support that either, so I added the windows check. I also set the .children = [] initialialy, so no more checking for it being an array and removed the hasChildren stuff. I updated the release at sourceforge. Robert -- Email: <mailto:rra...@ya...> PGP Key ID: 0x703D7F7C _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |