From: Doug M. <do...@cr...> - 2001-11-21 04:37:35
|
Actually it does work on inline layers. You just have to call findLayers every time you dynamically add a layer in HTML (via setHTML() ect.) I have a mod that will keep it from re-adding layers it had already found. I'll post it when I get to the office tomorrow. ----- Original Message ----- From: "Richard Bennett" <ric...@sk...> To: "Quang Nguyen" <ye...@ho...>; <Dyn...@li...> Sent: Tuesday, November 20, 2001 7:37 PM Subject: Re: [Dynapi-Dev] (no subject) If I understand you right, you're talking about the NS4 resize bug. (FAQ) We have a "fix" for this browser bug, but it doesn't as yet work for Dynimages, or inline layers, and on large pages it fails too. Basically this is a tricky issue that is hard to solve. Richard. ----- Original Message ----- From: "Quang Nguyen" <ye...@ho...> To: <Dyn...@li...> Sent: Wednesday, November 21, 2001 12:31 AM Subject: [Dynapi-Dev] (no subject) > I was playing around the file > dynapi-2.5.6\dynapi\examples\dynapi.ext.inline.htm, when I realized that all > the layers get messup when I resized the browser Netscape® Communicator > 4.76. Not only the two original layers are gone, but 3 layers(one is red > even through I have never defined red color in the code) appear. After > checking on the documentation, the following code should have fix this bug, > but nothing new happen: > DynAPI.onResize = DynAPI.onLoad = function() > > > It seems this bug is within the following statement: > this.document.getAll()['layer1']) > > Does anyone have an idea? > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |