Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
Run the attached application, in which FormItem container specifies width, height and direction="horizontal".
Actual Results:
FormItem children overlap. (They don't line correctly.)
Expected Results:
FormItem children line horizontally. It works with SDK 2.0.1.
Workaround:
1: Use HBox instead of direction="horizontal".
2: Specify direction='horizontal' only. (Don't specify width and height.)