Summary: | Dragging pinned apps around sometimes changes the dragged item while still dragging | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | jakubg1.100 |
Component: | Task Manager and Icons-Only Task Manager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | 4wy78uwh, dofficialgman, jlayne, kdedev, muench.rico, musicalstrength27, nate, niccolo, qydwhotmail, sebastian.pb31 |
Priority: | HI | ||
Version: | 6.1.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTBUG-127821 | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=482770 https://bugs.kde.org/show_bug.cgi?id=491100 |
||
Latest Commit: | Version Fixed In: | Qt 6.8.1 | |
Sentry Crash Report: | |||
Attachments: | The problem illustration. |
Description
jakubg1.100
2024-08-11 17:10:03 UTC
Created attachment 172517 [details]
The problem illustration.
Ok, I can reproduce this issue. It's the same issue as Bug 482770, with with a narrower scope. Looks like now it only sometimes happens, not all the time. *** Bug 491822 has been marked as a duplicate of this bug. *** *** Bug 491840 has been marked as a duplicate of this bug. *** *** Bug 492161 has been marked as a duplicate of this bug. *** *** Bug 492419 has been marked as a duplicate of this bug. *** I cannot reproduce with the latest version of 6.7 (which will (tomorrow?) be released as 6.7.3), whereas I can reproduce on 6.7.2; I'm guessing it's been fixed. Closed as upstream, will open a upstream bug report if it shows up again *** Bug 493499 has been marked as a duplicate of this bug. *** (In reply to Niccolò Venerandi from comment #7) > I cannot reproduce with the latest version of 6.7 (which will (tomorrow?) be > released as 6.7.3), whereas I can reproduce on 6.7.2; I'm guessing it's been > fixed. Closed as upstream, will open a upstream bug report if it shows up > again I still have this bug on Qt 6.8.0 More specifically this one: https://bugs.kde.org/show_bug.cgi?id=493499 The problem is in the selection of which icon will get dragged. (Once an icon is being dragged, everything works as expected.) When I want to drag and drop multiple icons (one after the other) the following happens: 1) Drag and drop the first icon (this works as expected) 2) When starting to drag the second icon, the wrong icon is selected as the "drag target" (i.e., not the one under the cursor) I also tried to look into this myself but I couldn't find where the logic for this is located. I'd appreciate a hint for where to look. Finding and fixing a bug for Dolphin was no problem but this feels much more convoluted. $ kinfo Operating System: EndeavourOS KDE Plasma Version: 6.2.1 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.3-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 5700X 8-Core Processor Memory: 31.2 GiB of RAM Graphics Processor: AMD Radeon RX 6700 That remaining issue is https://bugreports.qt.io/browse/QTBUG-127821, which has an open patch to fix it. |