I am filtering the result set of the comparison using space and the arrow keys. The problem is, that if I click "Hide files which wont be copied", pressing space causes the selected lines to disappear (this is good), but after that when I want to navigate with the keyboard it starts again from the same row number where the last selected line was, instead of starting where the first selected line was.
For example, I have 30 files and I hide files from 10 until 18 by selecting them all and pressing space once. Now if I press the down arrow, selection appears at line 19 skipping all the files from (current index) 10 until 18. I would expect the selection to appear on current line 10.