-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P3
-
Affects Version/s: fx2.1
-
Component/s: javafx
-
Environment:
javafx-sdk2.1.0-beta-b17, Windows 7 x64
The following css:
.text {
-fx-fill: red;
}
is not applying to Text components.
text.getStyleclass() returns empty list. Is this expected? For example, imageView also returns empty list.
.text {
-fx-fill: red;
}
is not applying to Text components.
text.getStyleclass() returns empty list. Is this expected? For example, imageView also returns empty list.