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.

            Assignee:
            Jonathan Giles
            Reporter:
            Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: