-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
1.1
-
None
-
generic
-
generic
The implementation of Component.imageUpdate() returns true until it gets an ABORT
or an ALLBITS notification. This works reasonably well and safely for most static
images since they tend to generate one or the other of those notifications fairly
quickly. Unfortunately, an animated image may never send either of those status
notifications and so the imageUpdate method will always return true, even if the
image is no longer of interest.
or an ALLBITS notification. This works reasonably well and safely for most static
images since they tend to generate one or the other of those notifications fairly
quickly. Unfortunately, an animated image may never send either of those status
notifications and so the imageUpdate method will always return true, even if the
image is no longer of interest.
- relates to
-
JDK-6528166 regression: calling drawImage() results in java.lang.NullPointerException in jdk7.0 b08
-
- Closed
-
-
JDK-6369066 GIF images with loop tag and one single frame should not be animated
-
- Open
-