JDK-8124116 : Rendering issue since JDK8 b89
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-05-10
  • Updated: 2015-06-17
  • Resolved: 2013-05-21
Related Reports
Duplicate :  
Description
Since JDK8 b89 I get rendering issues in custom controls. I have created a little video of the behavior in b89 and how it was in b88. You can find the video here 

https://www.youtube.com/watch?v=P0OSnRi4nls

It might be related to the sizing problems on OS X Retina Macs that occurs since b87 but I'm not sure.
To be able to reproduce the problem I've created a little demo that you could find here

https://dl.dropboxusercontent.com/u/84552/tmp/issues/rt-30310.zip

The needed Enzo.jar is included in the zip file.

It looks like the area with the initial size is cached and won't be refreshed properly. 

Comments
Marking as a duplicate of RT-30272. You can reopen it if it still reproduces with b91.
21-05-2013

In that case it sounds the same issue as RT-30272 which will be fixed in b91 later this week.
21-05-2013

Problem still exists in b90. The temporary solution is using -Dprism.forcepowerof2=true which fixes the sizing issue.
21-05-2013

Can you check with b90 and see if it is fixed?
21-05-2013

It would be worth trying -Dprism.dirtyopts=false
10-05-2013