Sounds like a bug. Please enter a JIRA with your test code.
https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report
Thanks!
Steve
On 2013-12-22 1:11 PM, Tom Eugelink wrote:
When I assign a style class to a GridPane (which is then added to a
VBox and that to a BorderPane and th
When I assign a style class to a GridPane (which is then added to a VBox and
that to a BorderPane and that in a Popup), like so:
lAppointmentGroupGridPane.getStyleClass().add("AppointmentGroups");
Which has an empty block in CSS:
.AgendaPopup .AppointmentGroups {
}
An exception occurs.