Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. run test app
2. try to use keyboard to navigate the app
-> no any response for the key press(left/right arrow, PgUp, PgDn etc)
3. drag the windowedApp's gripper, try to resize it.
4. use keyboard to navigate the app
-> no any response for the key press(left/right arrow, PgUp, PgDn etc)
5. click "Resize to show scrollbars"
->this actually only does:
click="this.height=500;this.width=500"
to set the windowedApp's size
6. use keyboard to navigate the app
->now key press(left/right arrow, PgUp, PgDn etc) responses and works.
Expected Results:
case 2, case 4 both should response key interaction.
Workaround (if any):