-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8, 8u20
-
Win7
getClassCssMetaData() doesn't return all the css properties.
For instance, TextField.getClassCssMetaData() doesn't return the TextInputControl properties:
-fx-font
-fx-text-fill
-fx-prompt-text-fill
-fx-highlight-fill
-fx-highlight-text-fill
-fx-display-caret
(see the attached test case)
I think it worth checking also the other classes.
This is annoying for tools such as Scene Builder, where the "style" property editor provides the list of supported css properties for the selected node.
For instance, TextField.getClassCssMetaData() doesn't return the TextInputControl properties:
-fx-font
-fx-text-fill
-fx-prompt-text-fill
-fx-highlight-fill
-fx-highlight-text-fill
-fx-display-caret
(see the attached test case)
I think it worth checking also the other classes.
This is annoying for tools such as Scene Builder, where the "style" property editor provides the list of supported css properties for the selected node.
- relates to
-
JDK-8088465 TextField suggested style list is missing some properties
-
- Closed
-