Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile & run:
<?xml version="1.0" encoding="utf-8"?>
<FxApplication xmlns="http://ns.adobe.com/mxml/2009" xmlns:mx="http://ns.adobe.com/mxml/2009">
<FxCheckBox width="200" textAlign="right" label="CheckBox label" x="30" y="100"/>
<mx:CheckBox width="200" label="CheckBox label" x="30" y="150" textAlign="right"/>
</FxApplication>
Actual Results:
Notice the FxCheckBox text is right aligned, but the checkbox is still left aligned.
Expected Results:
The checkbox should be right aligned with the text for FxCheckBox. (mx:CheckBox functions as expected).
Workaround (if any):