-
Bug
-
Resolution: Fixed
-
P2
-
jfx11, jfx16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8258052 | jfx11.0.10 | Jose Pereda | P2 | Resolved | Fixed |
To reproduce this, run any JFXPanel app, such as the attached test program or HelloJFXPanel, on Windows with a screen scale > 1. The JFXPanel is rendered with a garbled image, suggesting that part of the code is rendering it with an incorrect scale factor.
This is a regression caused by the fix forJDK-8199592. Locally reverting that fix causes the problem to go away.
Btw, while we don't have any automated tests for this, we do have manual tests. I noticed this only when I went to run HelloJFXPanel today.
Workaround: resize the window after it is initially displayed.
This is a regression caused by the fix for
Btw, while we don't have any automated tests for this, we do have manual tests. I noticed this only when I went to run HelloJFXPanel today.
Workaround: resize the window after it is initially displayed.
- backported by
-
JDK-8258052 JFXPanel scene fails to render correctly on HiDPI after fix for JDK-8199592
-
- Resolved
-
- relates to
-
JDK-8199592 Control labels truncated at certain DPI scaling levels
-
- Resolved
-