-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
After styleableProperties is invalidated, Control.getCssMetaData() recreates the list from getControlCssMetaData() and skinBase.getCssMetaData() if skinBase if not null. The two lists overlap which leads to duplication of many properties.