Behaviors should remove listeners when Skin is disposed

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: javafx
    • None

      Behavior's presently will attach a listener to the associated control and never uninstall that listener, even when the associated skin has been disposed. We should add a dispose() method to BehaviorBase, and BehaviorSkinBase should call it when disposed. We should then visit all the behavior implementations and ensure that they are removing any listeners they have installed.

            Assignee:
            Richard Bair (Inactive)
            Reporter:
            Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: