Re: RFR: 8058704: Nimbus does not honor JTextPane background color [v6]

2021-08-10 Thread Prasanta Sadhukhan
> The Nimbus look and feel ignores the configured background color of a > JTextPane and always uses white. > Every other look and feel tested (Metal, Motif, and Windows) correctly honors > the configured background color of a JTextPane. > Issue seems to be in the hardcoded background color in ni

Re: RFR: 8058704: Nimbus does not honor JTextPane background color [v4]

2021-08-10 Thread Prasanta Sadhukhan
On Mon, 9 Aug 2021 15:08:13 GMT, Alexey Ivanov wrote: >> Prasanta Sadhukhan has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Fix >> - Merge test > > test/jdk/javax/swing/plaf/nimbus/TestNimbusBGColor.java line 25: > >> 23: /* >> 24:

Re: RFR: 8058704: Nimbus does not honor JTextPane background color [v6]

2021-08-10 Thread Alexey Ivanov
On Tue, 10 Aug 2021 09:41:11 GMT, Prasanta Sadhukhan wrote: >> The Nimbus look and feel ignores the configured background color of a >> JTextPane and always uses white. >> Every other look and feel tested (Metal, Motif, and Windows) correctly >> honors the configured background color of a JTe

Re: RFR: 8058704: Nimbus does not honor JTextPane background color [v6]

2021-08-10 Thread Sergey Bylokhov
On Tue, 10 Aug 2021 09:41:11 GMT, Prasanta Sadhukhan wrote: >> The Nimbus look and feel ignores the configured background color of a >> JTextPane and always uses white. >> Every other look and feel tested (Metal, Motif, and Windows) correctly >> honors the configured background color of a JTe

Re: RFR: 8058704: Nimbus does not honor JTextPane background color [v6]

2021-08-10 Thread Sergey Bylokhov
On Tue, 10 Aug 2021 09:41:11 GMT, Prasanta Sadhukhan wrote: >> The Nimbus look and feel ignores the configured background color of a >> JTextPane and always uses white. >> Every other look and feel tested (Metal, Motif, and Windows) correctly >> honors the configured background color of a JTe