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

TableCellFactory sample doesn't cancel editing completely

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 7u25
    • javafx
    • None

      In the TableCellFactorySample in Ensemble, if you edit a first name cell, add some characters, then cancel the edit (by clicking on another row, for example) it looks like editing has been canceled. But if you start to edit the cell again, you see cruft left over from the previous edit attempt.

      I fixed this by adding "textField.setText( getItem());" to TableCellFactorySample.EditingCell.CancelEdit().

            dmasada Debra Masada (Inactive)
            ngalarneajfx Neil Galarneau (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: