Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 3.3 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
-
-
- The documentation of ApplicationControlBar does not indicate that docking prevents the application from disabling the control. ***
-
Steps to reproduce:
1. Create a flex application with a docked ApplicationControlBar.
2. Set Application.application.enabled=false;
3.
Actual Results:
The docked ApplicationControlBar is still enabled.
Expected Results:
The docked ApplicationControlBar should be disabled.
Workaround (if any):