If I have two ComboBoxes, select one of it, switch to another window/application and click back to window with my app on the second of my ComboBoxes, the application freeze.
Beside my own classes this bug occurs also in the tutorial example http://docs.oracle.com/javafx/2/ui_controls/combo-box.htm#BABDFEFC.
Basically it happens when one of the ComboBoxes is focused when switching to another window and then I switch back to app's window by clicking on another ComboBox.
Beside my own classes this bug occurs also in the tutorial example http://docs.oracle.com/javafx/2/ui_controls/combo-box.htm#BABDFEFC.
Basically it happens when one of the ComboBoxes is focused when switching to another window and then I switch back to app's window by clicking on another ComboBox.
- relates to
-
JDK-8125743 Endless loop with multiple focus-traversable ComboBoxes
-
- Closed
-