Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile and run attached MXML file (or run attached SWF).
2. Toggle the top Gumbo CheckBox control.
Actual Results:
Even though the top CheckBox is disabled, it still toggles with each mouse click.
Expected Results:
If enabled is false, we should block mouse input.
Workaround (if any):
Set the mouseEnabled property to the enabled property. Binding is one simple way:
<CheckBox id="checkBox2" label="CheckBox" enabled="false" mouseEnabled="
" />