RFR: 8075917: The regression-swing case failed as the text on label is not painted red with the GTK L&F [v2]

Abhishek Kumar abhiscxk at openjdk.org
Fri Feb 16 19:18:56 UTC 2024


On Fri, 16 Feb 2024 12:57:55 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> The similar approach is working for Checkbox and Radiobutton. Should I raise a separate PR or extend the fix here?
>
> you can ask @mrserb if you can assign [JDK-8298153](https://bugs.openjdk.org/browse/JDK-8298153). to you and then add that issue to this and add those widgets fix also here, in my opinion..

@mrserb [JDK-8298153](https://bugs.openjdk.org/browse/JDK-8298153) issue raised by you for JCheckBox and JRadioButton has similar issue with JLabel. The proposed fix here resolves the issue for JLabel and similar approach is applicable for JCheckBox and JradioButton as well. 

If you are ok then I will assign [JDK-8298153](https://bugs.openjdk.org/browse/JDK-8298153) to me and propose a fix.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17763#discussion_r1492892077


More information about the client-libs-dev mailing list