You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a style class in the Inspector->Style textField, throws a warning before waiting until the value to such style class is set:
Oct 23, 2024 5:43:28 PM javafx.css.CssParser term
WARNING: CSS Error parsing in-line style '-fx-background-image: ;' from com.oracle.javafx.scenebuilder.kit.editor.panel.inspector.editors.StyleEditor$StyleableStub@4fa47aa3: Unexpected token ';' at [1,22]
Expected Behavior
No warning is thrown if the value field is empty
Current Behavior
A warning is thrown when value field is empty
Steps to Reproduce
Open Scene Builder, empty template, add an anchor pane, go to Inspector -> Properties -> Style, when context menu shows up, select -fx-background-color for instance. The context menu gets closed and the warning is printed out, as there is no value set yet.
Your Environment
Screenshots
The text was updated successfully, but these errors were encountered:
Adding a style class in the Inspector->Style textField, throws a warning before waiting until the value to such style class is set:
Expected Behavior
No warning is thrown if the value field is empty
Current Behavior
A warning is thrown when value field is empty
Steps to Reproduce
Open Scene Builder, empty template, add an anchor pane, go to Inspector -> Properties -> Style, when context menu shows up, select
-fx-background-color
for instance. The context menu gets closed and the warning is printed out, as there is no value set yet.Your Environment
Screenshots
The text was updated successfully, but these errors were encountered: