Summary: | Selecting the search bar with the keyboard is only possible once | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Ilya Bizyaev <bizyaev> |
Component: | effects-present-windows | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, nate |
Priority: | NOR | ||
Version: | 5.24.90 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/6aed240f880375009dc5759ea1c620842d59d9ef | Version Fixed In: | |
Sentry Crash Report: |
Description
Ilya Bizyaev
2022-06-09 19:55:37 UTC
On Wayland, I can always focus it with Ctrl+F. But I can reproduce that you can't use the up arrow key to get back to it. Regardless, once you start typing, doesn't it automatically put text in the search field? Only until I focus one of the windows with the keyboard — after that, letter key presses don't go anywhere. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2529 Git commit a4b41c84e146062851b8adf96b9cd4ee512f52df by Vlad Zahorodnii. Committed on 16/06/2022 at 07:26. Pushed by vladz into branch 'master'. effects/windowview: Redirect key events to search field Redirect key events to search field so user can search for windows without manually focusing the search field. It matches the behavior of the overview effect. M +4 -0 src/effects/windowview/qml/main.qml https://invent.kde.org/plasma/kwin/commit/a4b41c84e146062851b8adf96b9cd4ee512f52df Git commit 6aed240f880375009dc5759ea1c620842d59d9ef by Vlad Zahorodnii. Committed on 16/06/2022 at 08:13. Pushed by vladz into branch 'Plasma/5.25'. effects/windowview: Redirect key events to search field Redirect key events to search field so user can search for windows without manually focusing the search field. It matches the behavior of the overview effect. (cherry picked from commit a4b41c84e146062851b8adf96b9cd4ee512f52df) M +4 -0 src/effects/windowview/qml/main.qml https://invent.kde.org/plasma/kwin/commit/6aed240f880375009dc5759ea1c620842d59d9ef *** Bug 455354 has been marked as a duplicate of this bug. *** |