Solution is simple. The Combo box draws focus away from the stage because it has its own keyboard commands for navigating the combo box. It gets left on even after your selection. Solution =
someObject.setFocus()to draw focus away after combo box dropdown closed or a selection made.
No comments:
Post a Comment