Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.13060
Steps to reproduce:
1. Compile attached MXML file using the sample Arcade theme (\samples\themes\arcade\arcade.swc)
2. Compare the mx:RadioButton icon placement vs s:RadioButton icon placement.
3. Compile again using the default Spark theme and compare RadioButtons again.
Actual Results:
When using the sample Arcade theme, the s:RadioButton control's icon is aligned in the vertical center of the control height, meaning the label and icon are mis-aligned.
When using the default Spark theme, the s:RadioButton label/icon align as expected (so this isnt an SDK bug, just a sample skin bug).
Expected Results:
Arcade align behavior should match Spark skin align behavior
Workaround (if any):
n/a