| Summary: | Cannot select a previously selected application after de-selecting it by clicking in the empty area below the list items | ||
|---|---|---|---|
| Product: | [Applications] plasma-systemmonitor | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ahiemstra, chocolateimage, kdedev, nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.90 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/c2191417efcd8b10c33df49be7946acb366c42ba | Version Fixed/Implemented In: | 6.5.0 |
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2025-09-30 15:37:38 UTC
Confirmed on today's git-master A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/389 Git commit 1197130389ec59942489a367e6a1226728a6e8bd by Arjen Hiemstra. Committed on 06/10/2025 at 14:54. Pushed by ahiemstra into branch 'master'. table: Clear current index if selection was cleared Otherwise we end up in a situation where current and selected are not in sync, resulting in problems re-selecting the current row. M +21 -0 src/table/BaseTableView.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/1197130389ec59942489a367e6a1226728a6e8bd *** Bug 505858 has been marked as a duplicate of this bug. *** Git commit c2191417efcd8b10c33df49be7946acb366c42ba by Arjen Hiemstra. Committed on 14/10/2025 at 12:13. Pushed by ahiemstra into branch 'Plasma/6.5'. table: Clear current index if selection was cleared Otherwise we end up in a situation where current and selected are not in sync, resulting in problems re-selecting the current row. (cherry picked from commit 1197130389ec59942489a367e6a1226728a6e8bd) Co-authored-by: Arjen Hiemstra <ahiemstra@heimr.nl> M +21 -0 src/table/BaseTableView.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/c2191417efcd8b10c33df49be7946acb366c42ba |