Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Safari
Language Found: English
Description
Steps to reproduce:
1. keep a routine to trace the value of stage.focus in ENTER_FRAME listener
2. add a key_down listener on stage.
3. in the keydown listener do Alert.show()
4. Press ok on alert
Observe
Actual Results:
The focus stays with alert and does not go back to stage
Expected Results:
The focus should go back to stage
Workaround (if any):
in the code force the focus to stage