The attached NetBeans project starts a tiny FX app: from left to right you have two ChoiceBox, two ComboBox, two Button.
- Run the NB project
- Start a native Windows app, say WordPad. Dispose WordPad window side to the FX one
- click on the upper ComboBox (you get list of items) then click a second time on it (that closes the list of items)
- click on WorkPad window
- click on the bottom ComboBox ==> blue selection ring is constantly moving from one ComboBox to the other, you've no choice but kill the unresponsive FX application
No issue when taking the same steps with the ChoiceBox and the Button.
- Run the NB project
- Start a native Windows app, say WordPad. Dispose WordPad window side to the FX one
- click on the upper ComboBox (you get list of items) then click a second time on it (that closes the list of items)
- click on WorkPad window
- click on the bottom ComboBox ==> blue selection ring is constantly moving from one ComboBox to the other, you've no choice but kill the unresponsive FX application
No issue when taking the same steps with the ChoiceBox and the Button.
- duplicates
-
JDK-8116788 constantly looping on editable ChoiceBox
-
- Closed
-