Summary: | Selection mode cannot be triggered with space shortcut after using some buttons from toolbar | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | medin <med.medin.2014> |
Component: | Selection Mode | Assignee: | KFM Developers <kfm-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | felixernst |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 23.04.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/0bf439833c489b6eb0e629271010b59ba90b8fa6 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Selection mode cannot be triggered with space shortcut after using some buttons from toolbar |
Seems like the keyboard focus doesn't correctly go back to the view after the selection mode's bottom action bar hides itself. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/560 Git commit 0bf439833c489b6eb0e629271010b59ba90b8fa6 by Felix Ernst, on behalf of Felix Ernst. Committed on 28/06/2023 at 16:35. Pushed by felixernst into branch 'master'. Move focus from hiding selection mode bars to view When a user exits selection mode for example by clicking the "Exit Selection Mode" button, the bar is closed but the focus doesn't return to the view which would be expected. This commit actively moves the focus to the view in such a scenario. M +4 -0 src/dolphinviewcontainer.cpp https://invent.kde.org/system/dolphin/-/commit/0bf439833c489b6eb0e629271010b59ba90b8fa6 |
Created attachment 158857 [details] Selection mode cannot be triggered with space shortcut after using some buttons from toolbar See attached video for more info.