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

ListView editingIndex is not updated when a cell begins being edited

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • fx2.0
    • fx2.0
    • javafx
    • None

    Description

      The following test fails:


          @Test public void editCellWithListResultsInUpdatedEditingIndexProperty() {
              list.setEditable(true);
              cell.updateListView(list);
              cell.updateIndex(1);
              cell.startEdit();
              assertEquals(1, list.getEditingIndex());
          }

      Attachments

        Activity

          People

            rbair Richard Bair (Inactive)
            rbair Richard Bair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: