JDK-8120008 : On Windows, full screen prompt is garbled.
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-08-07
  • Updated: 2015-06-17
  • Resolved: 2013-08-12
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 :  
Relates :  
Relates :  
Relates :  
Description
On Windows, set stage to full screen mode. The prompt "Press ESC to exit Full Screen mode" is garbled.
Comments
Verified on 8.0b104
26-08-2013

Well, I tried adding -Dprism.text=t2k on 64bit Windows, but the result is the same.
12-08-2013

May be related to text rendering based on the screen shot you provided. @Jenny: can you try this with: java -Dprism.text=t2k ... and see if the problem still reproduces?
12-08-2013

64-bit-specific issue is hardly a problem of scenegraph. Passing down to graphics.
08-08-2013

I tried on several machines with Windows 7 + jdk8.0 b101, and found it happens only for 64bit jdk. But it works fine with 32bit jdk. I just called stage.setFullScreen(true); in the start method. Could you please have a try with jdk 64bit ? Thanks!
08-08-2013

Please provide more specific reproduction steps. I tried Win7 with latest graphics scrum build, called stage.setFullScreen(true); in the start method of HelloRectangle and saw nice and correct prompt.
07-08-2013