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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx21
    • Affects Version/s: jfx20
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: