HI Tomas,
There's an issue setting text highlights. If you run your ManualHighlighting.java application and change the "blue" class in manual-highlighting.css to apply "-fx-highlight-text-fill: blue" instead like so:
.blue {
-fx-highlight-text-fill: blue;
}
I've even tried -fx-highlight-fill, yet you'll notice neither will have any effect on the text when you attempt to apply it. Is this normal behaviour?
Thanks.
HI Tomas,
There's an issue setting text highlights. If you run your ManualHighlighting.java application and change the "blue" class in manual-highlighting.css to apply "-fx-highlight-text-fill: blue" instead like so:
I've even tried -fx-highlight-fill, yet you'll notice neither will have any effect on the text when you attempt to apply it. Is this normal behaviour?
Thanks.