----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128852/ -----------------------------------------------------------
Review request for KDE Frameworks. Repository: kitemviews Description ------- KCategorizedView overrides the moveCursor to handle moving the cursor in the grid; however it's own implementation doesn't handle key up/down when it's not in an exact grid mode; which happens to also include list mode. In this case we don't need anything custom and the QListView implementation works perfectly. This fixes KPluginSelector keyboard navigation. Diffs ----- src/kcategorizedview.cpp 7e60a38060dc18fbe546495cfb0fdd64ec5b95d1 Diff: https://git.reviewboard.kde.org/r/128852/diff/ Testing ------- Thanks, David Edmundson
