-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table Headers appear black (11.0.7) #120
Comments
Do you happen to use Dark Mode? I cannot reproduce this behavior with the same versions. |
Yes, I do use dark mode. |
This is not specific to AdoptOpenJDK. Happens with BellSoft Liberica, too. Big difference is the toolchain version. Zulu is still on 10.13. It does not happen with AdoptOpenJDK 14 and Oracle's build. But both refuse to adapt to Dark Mode, anyway. |
I tested on a nightly build of 11.0.8 and there the problem is fixed. As with 14.0.1, Swing does not try to adapt to Dark Mode. Instead, everything stays in light mode: Dark Mode is unsupported. The problem is indeed the 10.14 SDK (that Azul does not use yet) which automatically opts into Dark Mode support: https://bugs.openjdk.java.net/browse/JDK-8241135. The umbrella issue to opt out is https://bugs.openjdk.java.net/browse/JDK-8231438. For reference, how to reproduce (enable Dark Mode):
|
Platform and architecture (e.g. Linux/x64: Mac OS X 10.15.5, x64
Java version (from "java --version") e.g. 1.8.0_181, 11.0.4+11 etc.:
openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.7+10, mixed mode)
Variant e.g. HotSpot or OpenJ9: Should be hotspot. Installed via homebrew. It is also reproducible with OpenWebStart.
Have you tested it with other vendors' java: Yes. Does not reproduce on AdoptOpenJDK 11.0.6, Azul 11, AdoptOpenJDK 10, AdoptOpenJDK 12.
Steps to reproduce:
Download a
josm
jar file fromhttps://josm.openstreetmap.de
java -jar ${PATH_TO_JOSM_JAR}
Click on
Imagery
(top toolbar) ->Imagery preferences
.Error messsage and/or description of what is not working as expected:
Non-black table headers
External bug: https://josm.openstreetmap.de/ticket/19309
The text was updated successfully, but these errors were encountered: