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

Clearing the selection in TableView doesn't call ChangeListener on SelectionModel selectedItemProperty

XMLWordPrintable

      Related to the fix for RT-28849.
      Now that it is possible to clear the selection, I find that the changelistener I have installed via
      tableView.SelectionModel().selectedItemProperty.addListener(new ChangeListener<DataItem>() { ... });
      is not called when the selected item is de-selected with a ctrl-click.

      Wasn't sure if I should re-open RT-28849, so I'm calling this a new bug.

            jgiles Jonathan Giles
            swpalmer Scott Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: