Summary: | Application Dashboard launcher does not pre-select system settings results when searching using keyboard | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | JRC <jrcornford> |
Component: | Application Dashboard widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jrcornford, nate, yesseruseryt |
Priority: | NOR | Keywords: | accessibility, usability |
Version First Reported In: | 6.4.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/239c7096de3b68e76a676d3070c580d2af8a2fa2 | Version Fixed In: | 6.5.0 |
Sentry Crash Report: |
Description
JRC
2025-06-27 15:50:33 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3225 Git commit 033dd69bddd820aef6a74850fddd5e9a14a2afcf by Niccolò Venerandi. Committed on 02/10/2025 at 14:47. Pushed by niccolove into branch 'master'. Allow Dashboard to pre-select system settings result The dashboard currently hardcodes that, if you search for an item, the very first item of the very first grid will be selected. However, the first grid might not be visible, if no entry from that grid applies to the search. Instead, this commits selects the first item in the first visible grid. M +2 -2 applets/kicker/DashboardRepresentation.qml M +37 -11 applets/kicker/ItemMultiGridView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/033dd69bddd820aef6a74850fddd5e9a14a2afcf Git commit 239c7096de3b68e76a676d3070c580d2af8a2fa2 by Niccolò Venerandi. Committed on 02/10/2025 at 15:14. Pushed by niccolove into branch 'Plasma/6.5'. Allow Dashboard to pre-select system settings result The dashboard currently hardcodes that, if you search for an item, the very first item of the very first grid will be selected. However, the first grid might not be visible, if no entry from that grid applies to the search. Instead, this commits selects the first item in the first visible grid. (cherry picked from commit 033dd69bddd820aef6a74850fddd5e9a14a2afcf) Co-authored-by: Niccolò Venerandi <niccolo@venerandi.com> M +2 -2 applets/kicker/DashboardRepresentation.qml M +37 -11 applets/kicker/ItemMultiGridView.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/239c7096de3b68e76a676d3070c580d2af8a2fa2 *** Bug 501328 has been marked as a duplicate of this bug. *** |