Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 2.0.1 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. run formReLayout_bug.mxml, click on the checkbox to un-select city.
2. A new formItem with label "use a long label" will show up. But it doesn't align vertically with other formItem.
Actual Results: doesn't align vertically with other formItem.
Expected Results:align vertically with other formItem as form should be.
Workaround (if any): do invalidateSize on the form programmatically after set to new state. See code in formReLayout_bug.mxml.