JavaFX 8: Missing caret in switch-editable ComboBox
问题 The caret of an editable ComboBox is missing after porting an application from JavaFX 2.2 to JavaFX 8. The ComboBox should be switched to editable on selecting an item. I tested it under Windows 8.1 with Oracle JDK 1.8 Update 102 and Update 112. When the ComboBox lost focus and regained focus, the caret is visible. It actually works on JavaFX 2.2 after changing the lambda to an interface implementation and removing the Platform.runLater . I included a SSCCE for testing: import javafx