Bugs #406400, was updated on 2001-03-06 10:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=406400&group_id=5757 Category: Browser-Specific Issue Group: None Status: Open Priority: 5 Submitted By: Christof Pohl Assigned to: Nobody/Anonymous Summary: unloadHandler fails in NS4 Initial Comment: The call of "DynAPI.children[i].deleteAllChildren();" in CVS rev. 1.27 of dynapi.js fails in NS4 (tested NS4.7 on W2K and W98). It seems the "visibility" property of a layer object is no more present once the browser's unload process has started. This leads to an error in function "deleteElement()" (in dynlayer.js, CVS rev. 1.34, line 119), which is called subsequently by deleteAllChildren(). The line 'this.elm.visibility = "hide";' fails. This prevents the rest of the onunload stuff to get executed (e.g. the "DynAPI.onUnload" function). ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=406400&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev
