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
Language Found: English
Description
Happening (currently) on build 4.0.0.10434, but has been happening this whole time as well
Steps to reproduce:
1. Create a modal popup to popup with popupmanager (mine is a group with a skinnable container inside of it)
2. Put field components (textinputs) on the modal popup
3. Attempt to tab between controls.
Actual Results:
Tab switches to controls behind the modal-popup and ignores the fact that the modal is there. The tab loop only contains controls behind the modal.
Expected Results:
Tab switches between controls on the modal.
Workaround (if any): N/A
I've tried everything from setting tabChildren to hasFocusableChildren. I can't implement IFocusManager as it's halo and my modal is a spark group, but would that work?