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

Removing a nested TableColumn from its parent column resets the tableView property of the parent to null

XMLWordPrintable

      To reproduce:
      1) Unzip the attached NB project (TableViewTestV3.zip)
      2) Open with NB and setup FX JARs in project properties
      3) Run (see TableViewTest3.png)
          -> the three columns have their getTableView() prop correctly setup (see standard output)
      4) Click 'Remove Sub from Right' button
          -> 'Left' column's tableView prop is non null : OK
          -> 'Sub' column's tableView prop is null : OK
          -> 'Right' column's tableView prop is null : BUG (or transient effect ?)
      5) Click 'Dump'
          -> 'Right' column's tableView prop is still null : BUG

        1. TableViewTestV3.png
          54 kB
          Eric Le Ponner

            jgiles Jonathan Giles
            eleponn Eric Le Ponner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: