-
Bug
-
Resolution: Not an Issue
-
P4
-
fx2.1
-
2.1 b11, WinXP, hardware rendering
run next code
HBox hbox = new HBox();
hbox.getChildren().addAll(new Button("ONE"), new Button("ONE"), SplitMenuButtonBuilder.create().text("ONE").build());
stage.setScene(new Scene(hbox));
stage.show();
note that word ONE on buttons looks different then one on the SplitMenuButton
see attached screenshot and color comparison top part of E button
HBox hbox = new HBox();
hbox.getChildren().addAll(new Button("ONE"), new Button("ONE"), SplitMenuButtonBuilder.create().text("ONE").build());
stage.setScene(new Scene(hbox));
stage.show();
note that word ONE on buttons looks different then one on the SplitMenuButton
see attached screenshot and color comparison top part of E button
- relates to
-
JDK-8127956 [TextColor] regression: b11 black text, b12 grey text.
- Closed