Skip to content
Commit 42b671f8 authored by Fushan Wen's avatar Fushan Wen
Browse files

applets/taskmanager: avoid updating dragSource when active is false

grabToImage is async, and when an item is grabbed to an image, the drag
operation can be already cancelled. When dragSource is not null,
MouseHandler will always consider the current drag opertion is to move
tasks, which causes the bug.

STR:

1. Drag a file onto a task and hold LMB
2. Press RMB
3. Release RMB
4. Release LMB
5. Drag a file onto a task again

BUG: 466675
FIXED-IN: 5.27.6


(cherry picked from commit 24e0d2dc)
parent 55c844d3
Pipeline #405971 failed with stage
in 5 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment