Summary: | Up/Down arrow should move in the general view instead of the filter bar | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | andreas_k <andreas_k> |
Component: | bars: filter | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | aspotashev, mail, nate, rokupstys |
Priority: | NOR | ||
Version: | 18.12.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=403379 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
andreas_k
2019-01-17 11:35:58 UTC
But the left and right keys would still move the insertion point inside the text field? I dunno, this feels like it would be really weird. Maybe the real problem here is that tab ordering is non-ideal. When the filter bar is focused, maybe the next press on the tab key should focus the view. I don't think this makes sense, sorry. Only the up and down arrow keys would be active in the view, and those keys aren't sufficient to actually navigate in icons view. Not sure it would work. I agree, but
> "Maybe the real problem here is that tab ordering is non-ideal. When the filter bar is focused, maybe the next press on the tab key should focus the view."
sounds good, so I'd convert this bug to that feature request.
Let's open a new bug for that, it will be less confusing: 403379 On the other hand, is it possible to have the same behaviour than at krunner, when there is only one item in the filter list and you click ENTER the file, folder will be open? So if you have only one item the item is auto selected. (In reply to andreas_k from comment #5) > On the other hand, is it possible to have the same behaviour than at > krunner, when there is only one item in the filter list and you click ENTER > the file, folder will be open? > > So if you have only one item the item is auto selected. I see what you mean, but that would entail dynamically changing the view, which doesn't seem desirable. Dolphin's filter bar isn't some kind of special search; it's filtering the contents of the current view. Changing that view to implement this feature doesn't seem desirable. There's an easy workaround too: just hit the return/enter key, which will instantly focus the view. If the currently selected item is that one you want, it's as simple as hitting enter/return twice. Apparently I changed my mind. :) Basically what should probably happen here is that the up/down arrow keys should perform normal navigation if the main view is in list mode, and if it's in icon mode, the up/down arrow keys should go left/right instead. *** Bug 407229 has been marked as a duplicate of this bug. *** It wasnt obvious to me that we can focus file list with enter press. Now that i know it - i personally no longer find it to be an issue that up/down do not work. Maybe another solution to this could be some kind of indicator to signal the user that enter key would change focus? A tooltip maybe? I've also made it such that the tab key immediately focuses the main view too. Hopefully that's enough! :) |