Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. dynamically create n amount of some component, and add as child to a Box
2. See attached source code and project.
3.
Actual Results:
Last item in the container is lost OR there is miles of padding after the last item in the Box.
Expected Results:
Box should render and manage its children correctly.
Workaround (if any):
Adding + 1 to your array.length of whatever your looping thru when creating and adding some component to the Box container.