| Summary: | system monitor: Pressing Escape with an open Load preset popup closes the whole dialog | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Frank Steinmetzger <dev+kde> |
| Component: | System Monitor widgets | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ahiemstra, nate, notmart |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 5.20.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/libksysguard/commit/66882a03d04ac9ef4fb8e30459e5696bf5720d99 | Version Fixed/Implemented In: | 5.22 |
| Sentry Crash Report: | |||
|
Description
Frank Steinmetzger
2020-12-19 02:09:20 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/244 A possibly relevant merge request was started @ https://invent.kde.org/plasma/libksysguard/-/merge_requests/141 Git commit 66882a03d04ac9ef4fb8e30459e5696bf5720d99 by David Edmundson. Committed on 25/03/2021 at 14:21. Pushed by davidedmundson into branch 'master'. Fix keyboard handling of preset selection The view did not have focus correctly, due in part to this and a kirigami issue. We also want to prevent the plasma dialog from closing when escape is pressed. Ideally we would have a magic solution in OverlaySheet, but after we fixed focus it is impossible to do nicely. shortcutOverride is only invoked on the item with real active focus, not any parents. M +9 -0 faces/ConfigAppearance.qml https://invent.kde.org/plasma/libksysguard/commit/66882a03d04ac9ef4fb8e30459e5696bf5720d99 |