On 6/8/2001, 5:16:43 PM EST, Stephan wrote about "[Dynapi-Dev] DynAPI 2.54":

>> - Anything else?

> What about the bug in setHTML I mentioned yesterday?

> Another question:
> Shouldn't the library in specificRemove() first remove all children of
> a layer?
> And shouldn't the library remove all children before assigning to
> innerHTML? I'm thinking of memory leaks...

The DynLayer is a subclass of DynObject. DynObject calls the removal
of the children which calls specificRemove on the children, so it is
called before the parent is removed. Its not obvious by looking at the
dynlayer.js, you have to look at dynobject.js as well.


-- 
Robert Rainwater


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to