Bugs item #1274309, was opened at 2005-08-26 16:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1274309&group_id=5757
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: DynAPI 3 API
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: ksj (skang)
Assigned to: Nobody/Anonymous (nobody)
Summary: unable redraw dynlayer object in IE 6.0
Initial Comment:
layer2 is a dynlayer object which is already a children of
dynlayer object layer1. The following redraw logic does
not work in IE 6.0
layer2.removeFromParent();
layer1.addChild(layer2);
Below is the error message:
Line: 51
Char: 4
Error: invalid argument
Code: 0
URL: http://127.0.0.1/test.html
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1274309&group_id=5757
|