Skip to content
Verified Commit 24e0d2dc 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
parent fa7b2c7d
Pipeline #405969 passed with stage
in 5 minutes and 38 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