JDK-8117783 : TranslateTransitionSample NB Project graphics problem
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:fx2.0
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2011-08-11
Updated:2015-06-17
Resolved:2013-07-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.
Happens after saving the Ensemble netbeans project for TranslateTransitionSample.
White chunks appear over the colored moving circle and do not generally change unless the stage is
resized.
Comments
Verified on 8.0b105
05-09-2013
This bug no longer happens in JavaFX 8.0. It was fixed some time during earlier releases.
17-07-2013
SQE - ok to defer
26-08-2011
Pls target this to Lombard
25-08-2011
This problem is only restricted to the top ~15 row of pixels, on animated scene, and on Intel GPU. This might be a driver issue that is unlikely to find a safe workaround in the next 2 days. We recommend to defer this bug.
25-08-2011
Attached a simple test program
25-08-2011
I have verified that the problem doesn't happen on ATI and NVidia GPUs and works fine on Mac (ES2 pipe). This seems to be a D3D on Intel only problem.
25-08-2011
Possibly related to RT-15117 although it seems somewhat unlikely.
18-08-2011
I am able to reproduce this, with either a Circle or a Rectangle. If I replace the Rectangle with a 4-sided polygon of the same dimensions as the Rectangle, it renders correctly. My guess is that this is a problem in the shader or the prism-ps code that sets up the shader (perhaps something isn't being flushed).