-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
-
None
Drop a button.
Open the CSS Analyzer, and look at -fx-radius.
modena.css defines it as:
-fx-background-radius: 3px, 3px, 2px, 1px;
.. while the analyzer displays:
3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 2px, 2px, 2px, 2px, 2px, 2px, 2px, 2px, 1px, 1px, 1px, 1px, 1px, 1px, 1px, 1px;
Open the CSS Analyzer, and look at -fx-radius.
modena.css defines it as:
-fx-background-radius: 3px, 3px, 2px, 1px;
.. while the analyzer displays:
3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 3px, 2px, 2px, 2px, 2px, 2px, 2px, 2px, 2px, 1px, 1px, 1px, 1px, 1px, 1px, 1px, 1px;