JDK-8116394 : Entered text contains extra spaces
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-10-29
  • Updated: 2015-06-17
  • Resolved: 2013-11-01
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.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Duplicate :  
Description
Run the attached application.
Enter next text in the text field: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa".
Expected result: entered text is displayed in the text field.
Actual result: extra spaces are visible after "aaaaa", after "aaaaaaaaaa" and after "aaaaaaaaa".
Comments
FYI: In the screenshot the text in it is grayscale. In TextSpace.java it has a TextField control which should be using LCD text. Not sure why that is unless the sceenshot is from some other app. Anyway, using b114 I can see the problem when running with -Dprism.subpixeltext=off and see the problem fixed without setting prism.subpixeltext.
01-11-2013

Please, try with b114. I've recently fixed RT-14187. I believe this type for problem should be gone now.
01-11-2013

This is a Text node issue.
31-10-2013

attaching a screenshot
31-10-2013

the spaces are shown between the letters not instead
30-10-2013

I can't reproduce this. Please attach an image. Are the spaces shown between letters or instead of letters?
29-10-2013