Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 2.0.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Use Code:
<mx:Form
width="100%"
scaleX="0.95" scaleY="0.95"
>
<mx:FormItem label="FORMITEM: Scaled to 95%" />
<mx:Label text="LABEL (in Form): Scaled 95%" />
</mx:Form>
2. Example 2:
<mx:Form
width="100%"
scaleX="1.15" scaleY="1.15"
>
<mx:FormItem fontSize="11" label="FORMITEM: Scaled to 115%" />
<mx:Label fontSize="11" text="LABEL (in Form): Scaled 115%" />
</mx:Form>
Actual Results:
1) Label is truncated (...)
2) Label is truncated (...)
Expected Results:
- Label NOT to be truncated (there's obviously enough space for label text).
Workaround (if any):
- Set the FormItem's labelWidth style to a greater width.