|
From: nobody <no...@us...> - 2001-03-06 23:02:47
|
Bugs #228201, was updated on 2001-01-09 11:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=228201&group_id=5757 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous Assigned to: Nobody/Anonymous Summary: Duplicating layers in case of NS4 when resizing the browser Initial Comment: We should avoid calling invokeEvent('create') in DynLayer.createElement when it is called from DynDocument.recreateAll. (The latter is called after the NS 4.x browser window is resized.) The 'create' event duplicates all the layers which are created in custom widgets' onCreate event handlers when we resize the NS 4.x browser. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous Date: 2001-03-06 15:04 Message: Logged In: NO Instead, you should reload the current page. Resizing NS actually corrupts the DOM. The only way to fix it is to reload the current page in recreateAll. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=228201&group_id=5757 |