RFR: 8310072: JComboBox/DisabledComboBoxFontTestAuto: Enabled and disabled ComboBox does not match in these LAFs: GTK+ [v2]

Sergey Bylokhov serb at openjdk.org
Tue Apr 16 07:16:01 UTC 2024


On Tue, 16 Apr 2024 04:09:47 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> test/jdk/javax/swing/JComboBox/DisabledComboBoxFontTestAuto.java line 58:
>> 
>>> 56: 
>>> 57:     private static void createCombo() {
>>> 58:         combo = new JComboBox();
>> 
>> If we can use unicode blank character instead of "Simple JComboBox" text. I think we make this test more robust and avoid tolerance checks.
>
> Updated.

Can the initial bug "JComboBox has correct font color when disabled" be verified with this change?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18644#discussion_r1566836859


More information about the client-libs-dev mailing list