Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a Scroller with a VGroup.
2. Add a Group of many CheckBoxes to the VGroup. Make this Group use TileLayout to lay out the CheckBoxes.
3. Add a TextInput and a Button to the VGroup.
Actual Results:
The Group of CheckBoxes is drawn underneath the TextInput and Button, so you can't read or click on them.
Expected Results:
Since the Group, TextInput, and Button are all in a VGroup, they should be laid out vertically, without overlapping.
Workaround:
set width of the TileLayout Group to an explicit value (or bind to parent width).