-
Bug
-
Resolution: Fixed
-
P3
-
fx2.1.1, fx2.1
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, seeRT-19238), and is not shown with Java FX 2.1.1 b03 and 2.1.0 b22
Note: this is not a duplicate ofRT-19238. That issue is about animated GIF is not rendered properly, this bug is about not being able to show it at all.
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
Note: this is not a duplicate of
- is blocked by
-
JDK-8116853 GIF Needs Refactoring
- Closed
-
JDK-8127219 GIF Disposal Methods not implemented
- Closed
- relates to
-
JDK-8116358 ImageView: incorrect rendering of some animated GIF
- Resolved