I created my application with JavaFX 2.1 and recently upgraded to JDK 8 with JavaFX 8.
When I change the value of a ComboBox, the TableView breaks, but if I select something in the table, it's ok.
Netbeans displays:
javafx.scene.CssStyleHelper calculateValue WARNING: Could not resolve '-fx-text-background-color' while resolving lookups for '-fx-text-fill' from rule '*.list-cell' in stylesheet jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
javafx.scene.CssStyleHelper calculateValue WARNING: Could not resolve '-fx-selection-bar' while resolving lookups for '-fx-background-color' from rule '.combo-box-popup>.list-view>.virtual-flow>.clipped-container>.sheet>.list-cell:hover:filled:selected' in stylesheet jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/ext/jfxrt.jar!/com/sun/javafx/scene/control/skin/modena/modena.bss
Is there a problem with new JavaFX 8 and the old CSS?
Also Netbeans shows
Warning: From JDK7u25 the Codebase manifest attribute should be used to restrict JAR repurposing. Please set manifest.custom.codebase property to override the current default non-secure value '*'.