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

updating root TreeItem in TreeView causes application to crash

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 7u13
    • javafx
    • 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

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

              Created:
              Updated:
              Resolved:
              Imported: