Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Create a modal popup
2. Add TextInput fields
3. Attempt to tab through the fields
Actual Results:
Focus returns to items behing the modal popup
Expected Results:
focus should move to next input in popup and only loop through items in modal popup
Workaround (if any):
According to this page:
http://stackoverflow.com/questions/1478999/flex-cannot-tab-between-controls-on-a-modal-popup
This works if you use a skinnable container - I have not tested myself.