-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to fix help window gibberish text on mac #208
Comments
Nice 👍 |
I am not sure about Linux system. For Windows, it has no such problem. For OS-X, I can confirm that it works. |
I meant, does it work on Windows after the fix? Fixing it for one platform can break it on another. |
I realised that Google Map unable to load the page. Please see below for the solution. Solution: to: |
Nice. @caoliangnus I encourage you to submit this fix as a PR to se-edu/addressbook-level4 , after the exams of course. @Zhiyuan-Amos FYI |
@damithc @Zhiyuan-Amos I'm assuming @caoliangnus used this source https://stackoverflow.com/questions/41952734/javafx-webview-font-issue-on-mac for the fix. Note that it might be hacky and probably using the other method in the comments, i.e. As he said, setting the user agent to trick the system into thinking it is windows may not be such a good idea. Apparently Oracle knows about it and is a fix in Java 9: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8088205 However for the simplicity's sake, @caoliangnus's implementation should suffice |
For Mac users, please refer to this PR
Before:
After:
The text was updated successfully, but these errors were encountered: