Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run this code and change the Group's width (it is bound to a slider):
<Group id="group1" width="
">
<layout>
<TileLayout id="tl1" justifyColumns="columnSize" horizontalGap="0" />
</layout>
</Group>
Actual Results:
The horizontalGap is occasionally greater than 0.
Expected Results:
The horizontalGap should always be zero because it is set to zero and the justification is supposed to be done with columnSize.
Workaround (if any):