-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
-
Environment:
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.
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.