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

BitSet (used for CSS pseudo class states) listener management is incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx21
    • jfx20
    • javafx

      BitSet uses the SetListenerHelper abstraction to prevent allocating the listener arrays.

      When removing listeners, the newly returned listener helper (which may be different from the one called) is not reassigned. This effectively means that removing the listener does not happen.

            jhendrikx John Hendrikx
            jhendrikx John Hendrikx
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: