Summary: | Dragging Widget from Desktop to Panel Causes Widget to get Stuck on the Desktop | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Dashon <dashonwwIII> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dashonwwIII, kde, leodream2008, nate |
Priority: | NOR | Keywords: | qt6 |
Version: | 6.0.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.0.3 | |
Sentry Crash Report: |
Description
Dashon
2024-03-04 11:38:48 UTC
Issue still present in 6.0.1 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4053 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2116 Git commit a4bf630eaf7f61e851bc6184bb4cafb97593394c by Marco Martin. Committed on 14/03/2024 at 10:03. Pushed by mart into branch 'master'. Cancel edit prior reparenting the applet First go out of applet edit mode, get rid of the config overlay, release mouse grabs in preparation of applet reparenting. Depends from https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4053 deleting items that have the current mouse grab can cause weird behaviors or crashes Related: bug 483287 M +2 -0 containments/desktop/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/a4bf630eaf7f61e851bc6184bb4cafb97593394c Git commit ad31d6ee90cda14869662f50c8150cb272d1f08c by Marco Martin. Committed on 14/03/2024 at 10:03. Pushed by mart into branch 'master'. Ungrab any drag before cancelling edit mode When cancelling edit things can be deleted, and if the current mouse grabber item gets deleted, there might be crashes or misbehaviors Related: bug 483287 M +7 -0 components/containmentlayoutmanager/itemcontainer.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/ad31d6ee90cda14869662f50c8150cb272d1f08c A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4068 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2123 Git commit 9d5b5040b4033e8ecfede2d56fe4bee30164b43e by Marco Martin. Committed on 14/03/2024 at 10:04. Pushed by mart into branch 'Plasma/6.0'. Cancel edit prior reparenting the applet First go out of applet edit mode, get rid of the config overlay, release mouse grabs in preparation of applet reparenting. Depends from https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4053 deleting items that have the current mouse grab can cause weird behaviors or crashes Related: bug 483287 (cherry picked from commit a4bf630eaf7f61e851bc6184bb4cafb97593394c) a4bf630e Cancel edit prior reparenting the applet M +2 -0 containments/desktop/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/9d5b5040b4033e8ecfede2d56fe4bee30164b43e Git commit b465e3c97031fe774e981e0feb1ef10694c7376e by Marco Martin. Committed on 14/03/2024 at 10:03. Pushed by mart into branch 'Plasma/6.0'. Ungrab any drag before cancelling edit mode When cancelling edit things can be deleted, and if the current mouse grabber item gets deleted, there might be crashes or misbehaviors Related: bug 483287 (cherry picked from commit ad31d6ee90cda14869662f50c8150cb272d1f08c) ad31d6ee Ungrab any drag before cancelling edit mode M +7 -0 components/containmentlayoutmanager/itemcontainer.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/b465e3c97031fe774e981e0feb1ef10694c7376e Hey, I just updated to 6.0.3 on arch and I was going through retesting various bugs. I seem to still be experiencing the issue. I tried placing the analog clock widget on the desktop. Then dragging it to my hidden top panel and the behavior is the same as before. The clock widget does not move to the panel. The widget instead remains on the desktop in the top right corner and is no longer movable. It appears to be in some kind of state where it is stuck on the desktop, but still functional. Qt. 6.6.3 should land in Arch soon, so that may be something for me to keep an eye on in regards to this bug being fixed. Decided to grab Qt 6.6.3 from the testing repos and so far that doesn't solve the issue either. The original issue is fixed; if your panel is hidden, then it's potentially a slightly different issue. |