gslender
5 Sep 2008, 10:35 PM
Bug in AbstractStoreSelectionModel relating to how deselects are processed in CheckBoxSelectionModel
So, either...
doDeselect does not set lastSelected to null so that getSelectedItem() returns null to show that nothing is selected
...or...
getSelectedItem() should return the only (none) items in field selected as getSelectedItems() returns a zero list of selected correctly.
So, either...
doDeselect does not set lastSelected to null so that getSelectedItem() returns null to show that nothing is selected
...or...
getSelectedItem() should return the only (none) items in field selected as getSelectedItems() returns a zero list of selected correctly.