Summary: | Arrow keys (Up/Down) have no effect when the search field has focus in Klipper applet | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Fushan Wen <qydwhotmail> |
Component: | Clipboard widget & pop-up | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/9e0baec1dfaf81d4a4d3346d28a3f8ff0d56329b | Version Fixed In: | 5.24.2 |
Sentry Crash Report: |
Description
Fushan Wen
2022-01-20 08:54:51 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1381 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1381 Git commit 95a267d582ba041bbc245b7a22adc7af42e3ffa3 by Fushan Wen. Committed on 20/01/2022 at 09:48. Pushed by fusionfuture into branch 'master'. applets/clipboard: Make Up/Down arrow keys work in ClipboardPage ListView will absorb the key events, so `Keys.onPressed` in ClipboardPage will not receive the event. Instead we should connect those key events to `arrowKeyPressed()`. M +40 -24 applets/clipboard/contents/ui/ClipboardPage.qml https://invent.kde.org/plasma/plasma-workspace/commit/95a267d582ba041bbc245b7a22adc7af42e3ffa3 Git commit 7661578438b26530cfef714a830a54b441c4dff1 by Fushan Wen. Committed on 20/01/2022 at 09:48. Pushed by fusionfuture into branch 'master'. applets/clipboard: Focus on the search field for the first time opening the applet So Up/Down key can navigate the list items instead of scrolling in the ListView. M +3 -0 applets/clipboard/contents/ui/ClipboardPage.qml https://invent.kde.org/plasma/plasma-workspace/commit/7661578438b26530cfef714a830a54b441c4dff1 Git commit cc70f181a1fcdbaf83d34cd492177b380e993133 by Fushan Wen. Committed on 22/02/2022 at 06:38. Pushed by fusionfuture into branch 'cherry-pick-95a267d5'. applets/clipboard: Make Up/Down arrow keys work in ClipboardPage ListView will absorb the key events, so `Keys.onPressed` in ClipboardPage will not receive the event. Instead we should connect those key events to `arrowKeyPressed()`. (cherry picked from commit 95a267d582ba041bbc245b7a22adc7af42e3ffa3) M +40 -24 applets/clipboard/contents/ui/ClipboardPage.qml https://invent.kde.org/plasma/plasma-workspace/commit/cc70f181a1fcdbaf83d34cd492177b380e993133 Git commit 9e0baec1dfaf81d4a4d3346d28a3f8ff0d56329b by Fushan Wen. Committed on 22/02/2022 at 06:45. Pushed by fusionfuture into branch 'Plasma/5.24'. applets/clipboard: Make Up/Down arrow keys work in ClipboardPage ListView will absorb the key events, so `Keys.onPressed` in ClipboardPage will not receive the event. Instead we should connect those key events to `arrowKeyPressed()`. Related: bug 450040 FIXED-IN: 5.24.2 (cherry picked from commit 95a267d582ba041bbc245b7a22adc7af42e3ffa3) M +40 -24 applets/clipboard/contents/ui/ClipboardPage.qml https://invent.kde.org/plasma/plasma-workspace/commit/9e0baec1dfaf81d4a4d3346d28a3f8ff0d56329b Git commit 33df8fc7964153b899de96ceacd00edce885b560 by Fushan Wen. Committed on 22/02/2022 at 06:49. Pushed by fusionfuture into branch 'cherry-pick-76615784'. applets/clipboard: Focus on the search field for the first time opening the applet So Up/Down key can navigate the list items instead of scrolling in the ListView. (cherry picked from commit 7661578438b26530cfef714a830a54b441c4dff1) M +3 -0 applets/clipboard/contents/ui/ClipboardPage.qml https://invent.kde.org/plasma/plasma-workspace/commit/33df8fc7964153b899de96ceacd00edce885b560 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1482 |