-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
8u25
treeview.getSelectionModel.selectIndices select incorrect items if the items have collapsed parents. See example code below. Apparently the selection model explicitly expands parent items for its select(item) method but fails to do the same for selectIndices. Unfortunately selectIndices is also the only way to select multiple items in one step because there is no selectItems(item...) method.