JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

CalendarTimePicker has transparent background #39

Closed aalmiray closed 9 years ago

aalmiray commented 9 years ago

With jfxtras-8.0-r3 & JDK8u60 on OSX and Windows. See linked screenshot. Usage is via FXML with no additional settings

<LocalDateTimeTextField fx:id="roundStartTime" style="-fx-background-color: white;" GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="4" />

Tried to find some way to tweak the background color using CSS to no avail. Any clues on how to fix this?

jfxtras

tbee commented 9 years ago

There were changes in JavaFX in how CSS is handled in controls, would you mind first upgrading to R4 or R5-snapshot?

aalmiray commented 9 years ago

I can confirm that upgrading to 8.0-r4 solves the problem.