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

TableCell selected property changes value even if the selection doesn't change

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • 8u40
    • fx2.0
    • javafx
    • Product: javafx-2.0beta
      Platform: windows-i586
      Build-Number: 2391
      Build-ID: 2011-07-12_04-59-52

      Run the app from RT-14613 with the following lines uncommented:

              tableView.getSelectionModel().setCellSelectionEnabled(true);
              tableView.getSelectionModel().setSelectionMode(SelectionMode.MULTIPLE_INTERVAL_SELECTION);

      Select several cells. Clear output. Add one more cell to selection using shift-click. You'll get all previously selected cells to change their selected value to false and then back to true.

            jgiles Jonathan Giles
            mrkam Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: