In a Swing app with two JFXPanels, ComboBox popups/dropDowns do not dismiss if I click away from the ComboBox in another part of the UI that is Swing.
If I click into the other JFXPanel it triggers my application code that rebuilds the first JFXPanel.. this causes the original ComboBox to be removed, leaving the dropdown visible and locking the Platform thread.
If I click into the other JFXPanel it triggers my application code that rebuilds the first JFXPanel.. this causes the original ComboBox to be removed, leaving the dropdown visible and locking the Platform thread.