Summary: | Present Windows enter key no longer opens a window if it's the only match for the search query when mouse is on wrong display | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Mark S <wolfendeathx> |
Component: | effects-present-windows | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate, notmart |
Priority: | NOR | ||
Version: | 5.25.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/ea5bc72dc27562b99b81f2b3ddb855468353896e | Version Fixed In: | |
Sentry Crash Report: |
Description
Mark S
2022-06-22 19:56:18 UTC
in general focus on the fullscreen qml effects is not correct, looking into that A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2572 In the "Observed Result" and "Expected Result" sections, it's supposed to be step 5 and 6, not step 4 and 5--typo on my part. Git commit 66d127879461aed2e6c6312d52219502a6354f71 by Nate Graham, on behalf of Marco Martin. Committed on 24/06/2022 at 15:56. Pushed by ngraham into branch 'master'. Internal tracking for quick effect item focus focus used to be always forced to the root item of the view in the "active screen" (which behavior is configurable between mouse poosition and screen of active window) now set focus to that particular view only if nothing is focused, also when the user explicitly sets focus to an item in another view remove focus to the old one so the item properly focused would be there Related: bug 455783, bug 455633 M +5 -0 src/libkwineffects/kwinoffscreenquickview.cpp M +2 -0 src/libkwineffects/kwinoffscreenquickview.h M +35 -4 src/libkwineffects/kwinquickeffect.cpp M +5 -0 src/libkwineffects/kwinquickeffect.h https://invent.kde.org/plasma/kwin/commit/66d127879461aed2e6c6312d52219502a6354f71 Git commit ea5bc72dc27562b99b81f2b3ddb855468353896e by Nate Graham, on behalf of Marco Martin. Committed on 24/06/2022 at 15:56. Pushed by ngraham into branch 'Plasma/5.25'. Internal tracking for quick effect item focus focus used to be always forced to the root item of the view in the "active screen" (which behavior is configurable between mouse poosition and screen of active window) now set focus to that particular view only if nothing is focused, also when the user explicitly sets focus to an item in another view remove focus to the old one so the item properly focused would be there Related: bug 455783, bug 455633 (cherry picked from commit 66d127879461aed2e6c6312d52219502a6354f71) M +5 -0 src/libkwineffects/kwinoffscreenquickview.cpp M +2 -0 src/libkwineffects/kwinoffscreenquickview.h M +35 -4 src/libkwineffects/kwinquickeffect.cpp M +5 -0 src/libkwineffects/kwinquickeffect.h https://invent.kde.org/plasma/kwin/commit/ea5bc72dc27562b99b81f2b3ddb855468353896e |