Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile with -theme=${flexlib}/themes/Halo/halo.swc & run:
For Flex 4 w/ halo swc.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://ns.adobe.com/mxml/2009" >
<mx:RadioButton label="RadioButton" id="rb"/>
<mx:Text text="RadioButton height:
</mx:Application>
For Flex 3 behavior:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >
<mx:RadioButton label="RadioButton" id="rb"/>
<mx:Text text="RadioButton height: {rb.height}
" />
</mx:Application>
Actual Results:
Height of Halo RadioButton is now 18.
Expected Results:
Halo RadioButton default height should be 22, the same as Flex 3 Halo RadioButton when compiled with the Halo skin
Workaround (if any):