Bug 407229 - Navigation with up/down arrow keys does not work in filtered view
Summary: Navigation with up/down arrow keys does not work in filtered view
Status: RESOLVED DUPLICATE of bug 403303
Alias: None
Product: dolphin
Classification: Applications
Component: bars: filter (show other bugs)
Version: 19.04.0
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-05 09:06 UTC by Rokas Kupstys
Modified: 2019-05-12 23:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rokas Kupstys 2019-05-05 09:06:42 UTC
When filtered view presents multiple files we are unable to quickly select and open desired file because pressing up/down arrow keys does not change file selection. To select appropriate file we must use mouse to focus file list. It would be extremely convenient if we could use keyboard to select needed file.


STEPS TO REPRODUCE
1. Press /
2. Enter query that results in more than one file visible
3. Press up/down arrow keys

OBSERVED RESULT
Nothing happens.

EXPECTED RESULT
Selected file in file list should change.
Comment 1 Nate Graham 2019-05-12 22:22:21 UTC
This makes the most sense in a list view, where the up and down arrow keys can be used to select any file. In icons view, it makes less sense since the left and right arrow keys are required for navigation there, but those need to be used in the filter text field for text editing. I suppose we could add a special non-optimal icon view navigation mode where the up and down arrow keys go left and right instead, and take advantage of the fact that left and right wrap aroung to the next/previous rows.
Comment 2 Nate Graham 2019-05-12 23:31:43 UTC

*** This bug has been marked as a duplicate of bug 403303 ***