Hello, when I use /focusManager.deactivate();/ and I put on tab key, the component is not highlighted but the focus change ?
/stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown); private function onKeyDown(event:KeyboardEvent):void { if( event.keyCode == Keyboard.TAB ) { trace( stage.focus ); } }/ Thanks -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/