RFR: 8295006: Colored text is not shown on disabled checkbox and radio button with GTK LAF for bug4314194. [v2]
Abhishek Kumar
abhiscxk at openjdk.org
Mon Nov 14 04:53:53 UTC 2022
On Thu, 3 Nov 2022 21:43:01 GMT, Phil Race <prr at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>>
>> - ProblemList.txt file merge resolved
>> - 8295006 entry removed from problem lists
>> - Fix for disabled checkbox and radiobutton colored text
>
> "test/jdk/javax/swing/JRadioButton/4314194/bug4314194.java has been checked"
>
> I hope you ran ALL Swing tests .. not just this single one .. ??
@prrace Just a minor change in condition check. Updated to bitwise operator to check if component is disabled as it has been done for other widget.
CI testing looks fine.
-------------
PR: https://git.openjdk.org/jdk/pull/10755
More information about the client-libs-dev
mailing list