JDK-8127027 : DataApp - Sales History Page - loading circle has artifacts
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:fx2.1
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2012-03-23
Updated:2015-06-17
Resolved:2012-07-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.
I forgot to remove the deferral request when we targeted the GIF loader fix to 2.2. This will be fixed with the fix for RT-20558 (which means that RT-22880 can be withdrawn).
29-06-2012
RT-22880 is filed about workarounding in the sample
29-06-2012
Filed RT-22893 to track the workaround issue.
24-06-2012
In the meantime we should replace this animated GIF with something that is working without problem. Having corrupted graphics on one of the topmost JavaFX applications available directly from JavaFX home page is not a good thing. This is being showed at any J1 and may create bad impression of the overall platform.
11-05-2012
We looked at this and discovered that it is using an animated GIF. This is almost certainly a duplicate of other animated GIF bugs that will be addressed in 2.2.
30-03-2012
This looks like a possible issue with dirtyopts. If you run with "-Dprism.dirtyopts=false" does the problem still reproduce?
23-03-2012
I can reproduce by running the DataAppClient.
This progress indicator is specified in history-tab.fxml:
<placeholder><ImageView><image><Image url="@../images/progress.gif"/></image></ImageView></placeholder>
I think the progress indicator in DataAppPreloader is part of the JavaFX preloader.
Am asking Graphics to take a look, but that might not be right. I can help set up DataApp for a test, if necessary.
23-03-2012
N.B.: similar animation works fine in preloader screen