Deleting a Todo with [Del] key automatically selects the next todo, but the [Del] key doesn't work for it, one has to either click it, or go to the next one and then go back to the previous one with arrow keys, after that [Del] key works again to delete the Todo. The view only reacts to "Selection" change, but the view automatically re-selecting the next item after the orignal one was deletected doesn't count as a selection, I guess. SOFTWARE/OS VERSIONS Linux/KDE Plasma: git master KDE Plasma Version: 6.0 KDE Frameworks Version: git master Qt Version: 6.6
A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/102
Git commit b856f11cd2498aeed3b19bfdf672549b214d50ef by Daniel Vrátil. Committed on 10/04/2024 at 19:56. Pushed by dvratil into branch 'master'. TodoView: Use current instead of selection to track active todo Current index is implicit, so when one todo is deleted, the next one automatically becomes current, so user can continue deleting, while with selection, user had to manually update the selection in order to be able to delete the next todo. FIXED-IN: 24.05 M +5 -6 src/todo/todoview.cpp M +1 -1 src/todo/todoview.h https://invent.kde.org/pim/eventviews/-/commit/b856f11cd2498aeed3b19bfdf672549b214d50ef