-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 7-pool
-
Component/s: javafx
In the Scene builder we do rely on the assumption that StyleableProperty.getFieldName returns a Node property name. This is not the case for Shape strokes properties.
The fieldNames are the name contained in a private class StrokeAttributes.
We need such mapping to determinate what is the Node property impacted by a CSS rule.
The fieldNames are the name contained in a private class StrokeAttributes.
We need such mapping to determinate what is the Node property impacted by a CSS rule.