Summary: | Pressing Enter on a task does not activate the task | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Fushan Wen <qydwhotmail> |
Component: | Task Manager and Icons-Only Task Manager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate |
Priority: | NOR | Keywords: | regression |
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=352476 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/9bf0b879931d41c981f814eaa27b356fe56e5f2a | Version Fixed In: | 5.25 |
Sentry Crash Report: |
Description
Fushan Wen
2022-06-02 09:34:32 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/968 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1799 Git commit 47acfaff51480f02bac1b0dc429dbeb4055478b9 by Nate Graham, on behalf of Fushan Wen. Committed on 02/06/2022 at 15:45. Pushed by ngraham into branch 'master'. shell: fix pressing enter not activating the new window In panelview.cpp, the old window focus is restored when switching to Passive status. This fixes the behavior by setting the panel status to a status that is not AcceptingInputStatus. Related: bug 352476 FIXED-IN: 5.25 M +2 -1 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/47acfaff51480f02bac1b0dc429dbeb4055478b9 Git commit 9bf0b879931d41c981f814eaa27b356fe56e5f2a by Nate Graham, on behalf of Fushan Wen. Committed on 02/06/2022 at 15:54. Pushed by ngraham into branch 'Plasma/5.25'. shell: fix pressing enter not activating the new window In panelview.cpp, the old window focus is restored when switching to Passive status. This fixes the behavior by setting the panel status to a status that is not AcceptingInputStatus. Related: bug 352476 FIXED-IN: 5.25 (cherry picked from commit 47acfaff51480f02bac1b0dc429dbeb4055478b9) M +2 -1 shell/panelview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/9bf0b879931d41c981f814eaa27b356fe56e5f2a |