When you do a search were the result is big list, if you change to queue view and navigate with the arrow keys until the end of the list and hit the down arrow key on the last item of the list you will go to the top of the list.
If you continue to hit the down arrow key, the selection behaviour starts to be strange, the focus will be on 2 items instead of one, the problem seems to be the performance because of the big number of pending requests.
Only one item should be selected
How to reproduce
- go to web ui
- go to search view filter a search with a big number of items
- change to queue view
- with the mouse cursor scroll to the bottom of the list
- select the last item on the list
- hit the down arrow key on your keyboard until you go to the top of the list
- hit the arrow key again
- 2 items with focus
see video and image in attach
- depends on
-
ELEMENTS-673 Do not (re)fetch range already loaded in table, grid, list with lazy scrolling
- Resolved
- is related to
-
ELEMENTS-660 Fix browse to next document in Search Queue View mode with keyboard on Edge
- Resolved