Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Later
-
Adobe Flex SDK 3.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1.Set the showGripper property of WindowedApplication to true
2.Add 2 buttons in the WindowedApplication
3.Launch the application and use tab key to shift focus
Actual Results:
Focus will shift from buttons to the gripper.
Expected Results:
The WindowedApplication gripper button should set tabEnabled to false in the createChildren method.
However, the mx.core.Window component properly sets this in the createChildren method.
Workaround (if any):
There is no known work-around, except instructing customers to hit the tab key an extra time.