updating root TreeItem in TreeView causes application to crash

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 7u13
    • Component/s: javafx
    • Environment:

      Ubuntu 12.04, Java 7 update 13 + bundled JavaFX RT



      root = new CompanyTreeRoot(); // this has children and grand children

      treeView.setRoot(root);

      treeView.setRoot(null); <-- ok

      root = new CompanyTreeRoot(); // again children and grand children

      treeView.setRoot(root); <<- Freezes the application

            Assignee:
            Jonathan Giles
            Reporter:
            Anahata Technologies (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: