From: <no...@so...> - 2001-02-15 10:51:54
|
Bug #132497, was updated on 2001-Feb-15 02:52 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Open Resolution: None Bug Group: Feature Request Priority: 5 Submitted by: istrum Assigned to : nobody Summary: Inconsistent onresize event at creation time Details: When a layer is created you get both an onresize and an oncreate event at the same time, but for the child layers of that layer the resize event is fired before the layer is finished being created. This means that a layer will get inconsistent onresize events being fired depending on whether it's a child layer or not. Reference: DynLayer.createElement (dynlayer.js) DynLayer.assignChildren (dynlayer.js) For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=132497&group_id=5757 |