Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
0. Compile and run attached MXML file
1. Click "1. change orientation to columns"
2. Click "2. change horizontalAlign to left"
3. Click "3. change verticalAlign to top"
4. Click "4. change verticalGap to 0"
Actual Results:
The Simple Texts display:
orientation: rows
horizontalAlign: justify
verticalAlign: justify
verticalGap: 0
Indicating that binding did not happen for the first three properties.
Expected Results:
orientation/horizontalAlign/verticalAlign should not be listed as bindable.
Workaround (if any):