-
Bug
-
Resolution: Fixed
-
P4
-
8
-
Windows 7
Java 8-ea-b97
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-openRT-28849, so I'm calling this a new bug.
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