Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run attached test case
2. Click button
3. Compare time to previous releases
Actual Results:
Slower
Expected Results:
About the same
Workaround (if any):
Build the display object tree by adding the container to its parent as soon as it is created, instead of at the end of the loops. Parenting before adding children is the recommended practice as it runs the minimum of code.