JDK-8126429 : Some error while showing of animated GIF
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.1.1,fx2.1
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-05-24
  • 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.

To download the current JDK release, click here.
JDK 7
7u6Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
Affected tests:
test/manual/images/animated/ImageLoadingManualTest_rotating_earth.java 

Error occures while trying to show rotating_earth.gif (in attachment). A simple Java FX application for viewing GIFs (for Netbeans) is also in attachment (rotating_earth.gif already exists in project). All you have to do is change path1 variable in ImageViewer.java:
private String path1 = "rotating_earth.gif";

This is a regression. Picture is shown when using Java FX 2.0.1 (with defects though, see RT-19238), and is not shown with Java FX 2.1.1 b03 and 2.1.0 b22

Note: this is not a duplicate of RT-19238. That issue is about animated GIF is not rendered properly, this bug is about not being able to show it at all. 
Comments
verified in 2.2.0b16
09-07-2012

http://jfxsrc.us.oracle.com/javafx/2.2/scrum/graphics/rt-closed/rev/de921706543f
01-07-2012