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

fx2.2-h17-b01: Adding new column to TableView results in creating new N columns instead of 1

XMLWordPrintable

      Adding one new TableColumn to TableView (which already contains N columns)
      leads to creating new N+1 TableColumnHeader$7 objects instead of 1.
      As result we have (1 + N)*N/2 TableColumnHeader$7 objects. The number of TableColumnHeader
      objects is in twice bigger, i.e. it is equal to (1 + N)*N where N is number of columns.

            jgiles Jonathan Giles
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: