JDK-8118624 : Tooltip rendering is broken when using Prism hardware pipe (es2)
  • Type: Bug
  • Component: javafx
  • Affected Version: 7u6
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2012-05-19
  • Updated: 2015-06-17
  • Resolved: 2012-05-19
Related Reports
Duplicate :  
Description
I noticed that using JavaFX 2.2 (build b08 in this particular case) and default (hardware) Prism pipe (es2) brokes tooltip rendering (see attached screenshot). Tooltips were rendered properly for me in the past under JavaFX 2.1 though.
Also note, that using j2d pipe ("-Dprism.order=j2d") solves this issue.
Comments
This is a duplicate of RT-19902 which is fixed in 2.2-b09
19-05-2012

BTW, for my real app (not the sample one that is attached), hovering mouse over tooltip leads to broken texture - scene becomes a single black region and specific parts of it (separate nodes) appear (become visible) on mouse over and then disappear (are rendered as black region) again in a second.
19-05-2012

Sample app code to reproduce issue is attached.
19-05-2012