Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6529740

Component.imageUpdate() can return true forever for animated images even if Component is not showing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 1.1
    • client-libs
    • None
    • 2d
    • 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.

            bae Andrew Brygin
            flar Jim Graham
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: