-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
EditorPane text color under dark theme #9
Comments
Hmm, looks good to me on Windows. What OS and Java version do you use? |
Java 13 on macOS Mojave |
Maybe this is only for HTML content: JEditorPane jep1 = new JEditorPane("text/html;", "Sample <b>content</b><br> <u>text</u>"); |
Yes, text color (and the font) for HTML content is wrong. Many thanks for reporting. |
thanks, fixed in 0.14 |
@kirill-grouchnikov after fixing this issue I had a look at |
Thanks for catching that. No reason for double call. Will remove. |
All text controls use light text color under dark theme except for JEditorPane
The text was updated successfully, but these errors were encountered: