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: Closed
Resolution: Fixed
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)
Follow-Ups:
Date: 2001-Feb-15 05:55
By: dcpascal
Comment:
current CVS code has the same order for parent and child layers.
other note: it is currently onresize, and then oncreate.. and I personally
think it should be the other way around.. makes a more logical sence.
-------------------------------------------------------
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132497&group_id=5757
|