2

I have to workarround a JavaFX8-Bug. Is it possible to read out all css attributes from a CSS-Class.

For Example:

.test { -fx-background-color: red; }

What I want is to get this as a String -fx-background-color: red;

2
  • What is this for a bug? Is it really neccessary to read the styles of a CSS class to workaround it? Commented Jun 1, 2014 at 19:57
  • It's some kind of update problem: javafx-jira.kenai.com/browse/RT-19089. I add a class for an element for a temporary status. But sometimes the class change does not directly change class the view. Commented Jun 1, 2014 at 21:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.