Summary: | [Desktop Bar] Dropped windows "glide" offscreen | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Blazer Silving <breakingspell> |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REOPENED --- | ||
Severity: | minor | CC: | nate, notmart |
Priority: | NOR | Keywords: | regression |
Version: | 6.2.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/48b965b5c6c99360b65d12397127db862542dbfc | Version Fixed In: | 6.2.4 |
Sentry Crash Report: | |||
Attachments: |
Desktop bar behavior in 6.1.5
Desktop bar behavior in 6.2.0 |
Description
Blazer Silving
2024-10-27 19:29:27 UTC
Created attachment 175283 [details]
Desktop bar behavior in 6.1.5
Created attachment 175284 [details]
Desktop bar behavior in 6.2.0
Can reproduce. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/6747 Git commit 2e0b33eae4588a829e64495efbb27a25da311190 by Marco Martin. Committed on 07/11/2024 at 16:04. Pushed by mart into branch 'master'. effects/overview: Don't make thumbnails fly off the screen When dropping a thumbnail on another desktop, don't animate the position, otherwise we see the window oddly flying off the screen to go on its new position on the different desktop M +9 -0 src/plugins/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/-/commit/2e0b33eae4588a829e64495efbb27a25da311190 Confirmed fixed, thanks y'all! Git commit 48b965b5c6c99360b65d12397127db862542dbfc by Marco Martin. Committed on 15/11/2024 at 16:37. Pushed by mart into branch 'Plasma/6.2'. effects/overview: Don't make thumbnails fly off the screen When dropping a thumbnail on another desktop, don't animate the position, otherwise we see the window oddly flying off the screen to go on its new position on the different desktop (cherry picked from commit 2e0b33eae4588a829e64495efbb27a25da311190) 2e0b33ea effects/overview: Don't make thumbnails fly off the screen Co-authored-by: Marco Martin <notmart@gmail.com> M +9 -0 src/plugins/private/qml/WindowHeapDelegate.qml https://invent.kde.org/plasma/kwin/-/commit/48b965b5c6c99360b65d12397127db862542dbfc Following BUG 496646 and the corresponding fix: https://invent.kde.org/plasma/kwin/-/commit/c402845961fa10185d7c28a49a9b72e7581258f8 The Desktop Bar's behavior following the above fix has reverted to the state described in this issue. Re-opening this case to focus on the Desktop Bar by itself. |