-
Bug
-
Resolution: Fixed
-
P2
-
8
Many widgets currently directly overwrite getCssMetaData() which has the draw back that styleable properties of Skins are not taken into consideration anymore and even if it would all sublcasses would have to replicate the stylecaching cleanup once we skin is changed. The impl_getControlStyleableProperties() was designed to provide this feature but it is not really named appropriately.
I'd suggest to
a) make getCssMetaData()
b) renamed impl_getControlStyleableProperties() to impl_getControlCssMetaData()
I'd suggest to
a) make getCssMetaData()
b) renamed impl_getControlStyleableProperties() to impl_getControlCssMetaData()
- blocks
-
JDK-8124528 Regression: Control Skin CSS properties are broken
-
- Closed
-
-
JDK-8124911 Regression: ToolBar -fx-alignment and -fx-spacing no longer work
-
- Closed
-
-
JDK-8125695 [Pagination] left and right arrows disappeared
-
- Closed
-