Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 2.0.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1.create radio buttons and make them disabled.
2.add a click event
3.run the app and click on the disabled radio buttons
Actual Results:
whatever was put in the click event launches
Expected Results:
when clicking on disabled object no event should start.
Workaround (if any):
a) set both the "enabled" and "mouseEnabled" properties to false on the RadioButton control.
b) in the click event, call a function in which we check if the radio button is enabled or not before doing anything else.