Summary: | Open With dialog should pre-select something in the view after searching | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Christoph Feck <cfeck> |
Component: | general | Assignee: | Nate Graham <nate> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | aleixpol, kdelibs-bugs-null, nate |
Priority: | NOR | Keywords: | accessibility, usability |
Version First Reported In: | 6.4.80 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Feck
2025-08-28 13:10:14 UTC
The problem in your steps is that KWrite isn't automatically selected in the view; you have to to that yourself with the down arrow key or tab key. If we auto-focused stuff in the view, we'd have to remove focus from the search field, and that would be annoying because how would we know when you're finished typing? We could give it *inactive* selection and keep the active focus in the search field, the way Kickoff does. This would speed up the common case where you search for something, narrow the view down to one item, and want to choose it immediately. Well, Tab didn't work (the icon view seems to be not in the chain), but Down did work. Merci! I'm working on some improvements here. A possibly relevant merge request was started @ https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/431 |