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

TableView with EditableColumn and CustomTableCell repeating values

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 8u20
    • 7u55, 8u5
    • javafx

      I have a TableView with 3 columns.
      The 3rd column are editable.

      Only add a new listener "MOUSE_CLICK" event to startEdit when this happen.

      The issue occurs when the TableView has more than 25 rows.

      For example:

      If i edit the first 25 rows with numbers 1 ~ 25, are ok. But when i click in the 26th row, it appear value "1" of the 1st line insert. The 27th row has value "2", and so on.

      The same issue happen each 25 rows. the 51 row value are "1", the 52 "2", and so on ....

            jgiles Jonathan Giles
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: