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

TreeViewSkin/Behavior: misbehavior on switching skin

XMLWordPrintable

      currently, TreeView is excluded from both Skin- and BehaviorMemoryLeakTest - including it in both makes both tests fail

      issues with behavior:
      - memory leak due to an eventHandler that's not removed
      - after dispose, still modifying treeView (anchor) state due to listeners selection that are not removed

      issues with skin:
      - memory leak due to behavior leaking
      - memory leak due to cellFactory in flow not removed
      - throws NPE after switching (on modifying root children, refresh) due to listeners not removed by the skin

            fastegal Jeanette Winzenburg
            fastegal Jeanette Winzenburg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: