-
Bug
-
Resolution: Fixed
-
P4
-
7u6
-
None
Define in a stylesheet file the linear gradient rule:
.lineargradient {
-fx-fill: linear (0%,0%) to (0%,100%) stops (0%,derive(-fx-color,-9%)) (100%,derive(-fx-color,-33%));
}
Then, apply it to a Rectangle, from the Look tab.
The Fill property should not allow to change the color fields, and a CSS button should appear.
.lineargradient {
-fx-fill: linear (0%,0%) to (0%,100%) stops (0%,derive(-fx-color,-9%)) (100%,derive(-fx-color,-33%));
}
Then, apply it to a Rectangle, from the Look tab.
The Fill property should not allow to change the color fields, and a CSS button should appear.
- is blocked by
-
JDK-8128038 CSSEvent contains null rule for cached values
-
- Closed
-