Skip to content
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

Text rendering artifacts when window size is changed #120

Closed
hrzafer opened this issue Feb 25, 2015 · 4 comments
Closed

Text rendering artifacts when window size is changed #120

hrzafer opened this issue Feb 25, 2015 · 4 comments

Comments

@hrzafer
Copy link

hrzafer commented Feb 25, 2015

I just run ManualHighlighting.java from your repo with the following style:

.red {
    -fx-font-size: 12pt;
    -fx-fill: rgb(180, 32, 33);
    -fx-font-family: "Courier New";

}

capture

When I resize the window, this is what happens:

capture

@TomasMikula TomasMikula changed the title StyleClassedTextArea not works properly when window size is changed Text rendering artifacts when window size is changed Feb 25, 2015
@TomasMikula
Copy link
Member

I can reproduce this using JDK 8u40-b02 or older, but not 8u40-b20 or newer. So it seems like a JavaFX problem that has been fixed. What JDK/JRE version are you using?

@hrzafer
Copy link
Author

hrzafer commented Feb 26, 2015

JDK 8u31. Isn't it the latest stable release? How can I obtain 8u40-b20 or newer?

@TomasMikula
Copy link
Member

Yes, that is the latest stable release. There are, however, early access builds of 8u40 available: https://jdk8.java.net/download.html

@hrzafer
Copy link
Author

hrzafer commented Feb 27, 2015

I also tested with 8u40-b23 and it seems the problem is solved for 8u40-b20 or newer. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants