Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s):
Language Found: English
Description
Steps to reproduce:
1. Download attachment or apply css style for a radio button
radiobutton.setStyle("selectedDisabledIcon", null);
radiobutton.setStyle("disabledIcon", null);
2. set radiobutton state: enabled=false
<mx:RadioButton id="radiobutton" enabled="false"/>
Actual Results:
radio button icon still visible
Expected Results:
selectedDisabledIcon and disabledIcon should be invisible when enabled=false
Workaround (if any):
Compile using -compatibility-version=2.0.1 option