Steps to reproduce:
- Create a modal popup to popup with popupmanager (mine is a group with a skinnable container inside of it)
- Put field components (textinputs) on the modal popup
- Attempt to tab between controls.
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.
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 in some capacity? It really seems like flex just ignores the modal in its focusmanager.