Re: RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v10]

2024-05-01 Thread Abhishek Kumar
On Thu, 2 May 2024 05:14:59 GMT, Abhishek Kumar wrote: > Also, since this test is for all platforms, did you test on mac? On Mac, the original bug is reproducible. Content Opaque, Tabs Opaque and Tabpane Opaque properties doesn't work similar to the Metal/Nimbus/GTK LAF. - PR Revi

Re: RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v10]

2024-05-01 Thread Abhishek Kumar
On Tue, 30 Apr 2024 10:25:42 GMT, Prasanta Sadhukhan wrote: > Also, since this test is for all platforms, did you test on mac? Not tested on mac since it was meant only for Nimbus/GTK, will check and update. - PR Review Comment: https://git.openjdk.org/jdk/pull/17720#discussion_r1

Re: RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v10]

2024-05-01 Thread Abhishek Kumar
On Tue, 30 Apr 2024 07:19:50 GMT, Prasanta Sadhukhan wrote: > As per my testing in windows, this is not satisfied for Nimbus and all tabs > are gray, not only the selected one.. > Is this a bug not solved yet? Don't think this as a bug. Since in Nimbus the tab colors and gradients are defined

Re: RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v10]

2024-04-30 Thread Prasanta Sadhukhan
On Fri, 19 Apr 2024 05:10:15 GMT, Abhishek Kumar wrote: >> JTabbedPane's content area, tab area and tab background color are not as >> expected when opaque is set to true or false. >> The proposed fix is to handle the TabbedPane's background color in installed >> LAFs. Manual test is added to

Re: RFR: 8226990: GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox. [v10]

2024-04-18 Thread Abhishek Kumar
> JTabbedPane's content area, tab area and tab background color are not as > expected when opaque is set to true or false. > The proposed fix is to handle the TabbedPane's background color in installed > LAFs. Manual test is added to support the fix and there is no regression > caused by the fi