JDK-8295078 : TextField blurry when inside an TitledPane -> AnchorPane
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:jfx19
Priority:P3
Status:Resolved
Resolution:Fixed
OS:linux_ubuntu
CPU:generic
Submitted:2022-10-10
Updated:2024-07-29
Resolved:2023-05-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
I just looked at the two images. I was looking at whether the *text* was blurry, which is the usual problem we run into. I didn't see any problem with the text. From the attached images (which aren't showing any text) I can see that the *border* of the TextField is blurry when in an AnchorPane and is not blurry if not in an AnchorPane. As mentioned by Maruis, I can also reproduce this on Windows.
10-10-2022
[~mhanl] Please go ahead and take it.
10-10-2022
Just had a look and I can confirm that this is a problem with snapping. I also already have an idea to fix this. Should I file a PR? Just asking since Ambarish got assigned.
10-10-2022
Is also happening on Windows. Maybe the children of the AnchorPane are not snapped correctly.