-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: 7u40
-
Component/s: javafx
One should get an error while setting a style such as :
button.setStyle(
".root { abc: #f00; } " +
".button { -fx-background-color: abc; }"
);
button.setStyle(
".root { abc: #f00; } " +
".button { -fx-background-color: abc; }"
);
- duplicates
-
JDK-8088619 Node setStyle() method should not accept a css rule and everything starts with escape characters
-
- Open
-
-
JDK-8122781 Incorrect handling of input at "style" text area of inspector panel: in some cases there is no any assertions and no effect after setting style
-
- Closed
-