Summary: | While dragging widgets from Widget Explorer to a Panel, Kickoff opens its popup instead of moving out of the way when the dragged widget passes over it for a moment | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Kishore Gopalakrishnan <kishore96> |
Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | hein, kde, mikel5764, nate, niccolo.venerandi, noahadvs, qydwhotmail |
Priority: | NOR | ||
Version: | 5.24.90 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/38e34e9f9a41f554eb1bddfcd77a4aacb701b984 | Version Fixed In: | 6.3.0 |
Sentry Crash Report: | |||
Attachments: | Screen recording showing the bug |
Description
Kishore Gopalakrishnan
2022-06-05 06:44:32 UTC
Should I file separate bugs for the activities button and the application launcher (since the component has been changed to 'pager')? Oops, I missed "Panel" and clicked on "Pager". Cannot reproduce in the final 5.25 release. Can you? (In reply to Nate Graham from comment #2) > Oops, I missed "Panel" and clicked on "Pager". > > Cannot reproduce in the final 5.25 release. Can you? I can reproduce it on both X11 and Wayland. Operating System: Arch Linux KDE Plasma Version: 5.25.1 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.5 Kernel Version: 5.15.49-1-lts (64-bit) I can also reproduce it on KDE Neon Unstable. I still cannot. Can you attach a screen recording that shows the issue? That might be illuminating. Created attachment 150339 [details]
Screen recording showing the bug
Here is a screen recording showing the bug.
SOFTWARE VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.25.2
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.15.51-1-lts (64-bit)
Graphics Platform: X11
Thanks for the video, that's helpful. I was under the mistaken impression that you were in Edit Mode, because I was thinking of a different bug that involved this happening while in Edit Mode. I can reproduce the issue, but only with Kickoff. Moving to Kickoff since it seems like the issue happens there. Can still reproduce in Plasma 6. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2742 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2744 Git commit c54dd3e28b244d1f8aa396036b400947b8674c4c by Nate Graham, on behalf of Noah Davis. Committed on 24/01/2025 at 16:41. Pushed by ngraham into branch 'master'. kickoff: fix external drag and drop, avoid conflicts with plasmoid dragging Dragging a file or folder into kickoff's favorites view now adds the file/folder to favorites. Kickoff now only takes drag events with the text/uri-list mimetype. It should be noted that dragging task manager icons into kickoff will not work because the task manager doesn't use text/uri-list. Related: bug 467587 FIXED-IN: 6.3.0 M +27 -10 applets/kickoff/package/contents/ui/KickoffDropArea.qml M +6 -1 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c54dd3e28b244d1f8aa396036b400947b8674c4c Git commit 38e34e9f9a41f554eb1bddfcd77a4aacb701b984 by Noah Davis. Committed on 24/01/2025 at 16:44. Pushed by ndavis into branch 'Plasma/6.3'. kickoff: fix external drag and drop, avoid conflicts with plasmoid dragging Dragging a file or folder into kickoff's favorites view now adds the file/folder to favorites. Kickoff now only takes drag events with the text/uri-list mimetype. It should be noted that dragging task manager icons into kickoff will not work because the task manager doesn't use text/uri-list. Related: bug 467587 FIXED-IN: 6.3.0 (cherry picked from commit c54dd3e28b244d1f8aa396036b400947b8674c4c) a9f16812 kickoff: fix external drag and drop, avoid conflicts with plasmoid dragging Co-authored-by: Noah Davis <noahadvs@gmail.com> M +27 -10 applets/kickoff/package/contents/ui/KickoffDropArea.qml M +6 -1 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/38e34e9f9a41f554eb1bddfcd77a4aacb701b984 |