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

2021-08-09 Thread Alexey Ivanov
On Thu, 5 Aug 2021 08:43:43 GMT, Prasanta Sadhukhan wrote: > Restored "shape" tag and now tackling the bug from the fact that > JTextField/JTextARea setbackground works unlike JTextPane/EditorPane. Now both JTextPane and JEditorPane have white background by default. The changes to the

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

2021-08-09 Thread Prasanta Sadhukhan
On Thu, 5 Aug 2021 08:37:07 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

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

2021-08-05 Thread Prasanta Sadhukhan
On Thu, 5 Aug 2021 08:37:07 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

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

2021-08-05 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