I write a simple application with 2 textinput control. <mx:VBox><mx:TextInput id="test1"/><mx:TextInput id="test2"/></mx:VBox>
Case 1: a) Click "test1" control. b) Switch to other application c) Click the application bar and switch back. d) "test1" is on focus. OK ! No Problem ! Case 2: a) Click "test1" control. b) Use keyboard "Alt-Tab" switch to other application c) Use keyboard "Alt-Tab" switch back d) "test2" is on focus. Problem ! I have tested Keyboard event. It's not fired ! What's wrong ?

