https://bugs.kde.org/show_bug.cgi?id=465377

Māris Nartišs <maris....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maris....@gmail.com

--- Comment #4 from Māris Nartišs <maris....@gmail.com> ---
I observed similar issue. At startup after desktop loading has finished, I
could not drag'n'drop task manager items. I managed to track down steps to
reproduce – when previously running applications were restored to a virtual
desktop and they consisted of only three Firefox windows, rearranging would not
work, but when restored windows contained also another application (Dolphin,
Konsole, ..), rearranging works.

I am not familiar with QML, but it seems that if animation is canceled,
TaskList PropertyAction doesn't get run and thus "animating" property is always
stuck as being true. This means that onDragMove in MouseHandler.qml always will
skip as the first test is to check if animating is true and then skip the rest
of function.
Solution that works for me is to add "target.animating = false;" line to
onDragEnter in MouseHandler.qml.

Sorry for such a messy description. QML and Plasma internals are black maigck
for me.
plasma-desktop 4:5.27.8-1
libqt5qml5:amd64 5.15.10+dfsg-2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to