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

Graphic disappears in check TreeView when root node is collapsed / expanded

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • javafx
    • None

      Run HelloTreeView, go to the checked tab, and collapse / expand the root node - note the graphics disappear.

      From a quick analysis, this appears to be due to the item count changing in TreeViewSkin, which results in new cells being built, but I think the graphics are being updated in both the old and new cells (with the same graphic), so they are being removed automatically by the scenegraph to avoid duplication.

            jgiles Jonathan Giles
            jgiles Jonathan Giles
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: