[Bug 1894419] Re: Missing TextPane.background property in GTKLookAndFeel causes white background on dark theme

2020-12-06 Thread Launchpad Bug Tracker
[Expired for openjdk-lts (Ubuntu) because there has been no activity for 60 days.] ** Changed in: openjdk-lts (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1894419] Re: Missing TextPane.background property in GTKLookAndFeel causes white background on dark theme

2020-10-06 Thread Hiroshi Miura
There may be another approach for fix this. Since OpenJDK BasicLookAndFeel.java set text background color to fixed 'white' color, it causes the issue.

[Bug 1894419] Re: Missing TextPane.background property in GTKLookAndFeel causes white background on dark theme

2020-10-05 Thread Tiago Stürmer Daitx
Thanks for the reproducer. JTextPane by itself does work correctly and has the right background and text colors from the theme, but when getting the TextPane.background color property the theme color is not being respect. I haven't found any open issues in OpenJDK upstream about this problem and

[Bug 1894419] Re: Missing TextPane.background property in GTKLookAndFeel causes white background on dark theme

2020-10-05 Thread Tiago Stürmer Daitx
** Summary changed: - Wrong TextPane.background color with GTKLookAndFeel on dark theme + Missing TextPane.background property in GTKLookAndFeel causes white background on dark theme ** Description changed: OpenJDK provide GTKLookAndFeel for Ubuntu and other Linux desktop when using Gnome