Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a group with width=55. This should make the width always be 55.
2. Give it a TileLayout with rowCount=1.
3. Add one item, 25 pixels wide, and check the width. It is 55.
4. Add another item of the same size. A horizontal scrollbar appears.
5. Check the width. It is 70.
5. Add another item of the same size and check the width. It is 55 again.
Actual Results:
See above.
Expected Results:
The width should not vary because it has been explicitly set.
Workaround (if any):