I think you might be confused by the behavior of using arrow keys while
holding down shift. When shift is pressed and you press the down arrow,
the next element after the current selection is added to the selection.
If you press the up arrow, the element in front of the current selection
range is selected. Hence, when all the elements are selected, pressing
up or down is not supposed to change anything. If you release shift, the
selection changes (to one element), right?
-- Edvin
Den 15.05.2011 01:46, skrev Andrei Pozolotin:
BUG: ListView selection with keys
1) if you take this example
http://pivot.apache.org/tutorials/lists.html
2) select with mouse first item
3) then with keys: shift + down continue select until all list items are
selected
4) now ListView no longer responds to key strokes
this is on 64 bit ubuntu 10.04 and jdk 1.6.0 _25
verified same bug in current trunk