Version: (using Devel) Installed from: Compiled sources In Dolphin part, when navigating with the keyboard direction buttons (left, right, etc.), the navigation should wrap around when reaching edges, Currently it continuing in the direction of the edge has no effect. Example: Right edge, press right -> go to item+1 (first column, next line), (or simple wrap: first column, same line). Upper edge, press up -> go to last row, column-1 (or simpler: last row, same column). The modifications need to be done most probably in QModelIndex QListView::moveCursor, but I was unable to understand the code.
Ah, actually this probably belongs to Qt.
Thanks for the bug report! This has been reported already, I'll mark it as a duplicate. *** This bug has been marked as a duplicate of bug 152985 ***