[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2024-02-17 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465377

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||9d6f3cee2f87284687c2907949a
   ||961ed15dcb75f
   Version Fixed In||6.0
 Resolution|DUPLICATE   |FIXED

--- Comment #8 from Fushan Wen  ---
Git commit 9d6f3cee2f87284687c2907949a961ed15dcb75f by Fushan Wen.
Committed on 17/02/2024 at 10:12.
Pushed by fusionfuture into branch 'Plasma/6.0'.

šŸ’applets/taskmanager: reset animating property on mouse enter

TaskList Grid move during a SequentialAnimation sets an later removes
"animating" property. Sometimes (e.g. session restore) this animation
fails to complete and then "animating" property remains true. This
prevents drag'n'drop with mouse, as MouseHandler onPositionChanged
skips everything if "animating" property is set.
FIXED-IN: 6.0

(cherry picked from commit 67886ca2be7f83c2c3319c5cd1c67b8447411133)

M  +1-0applets/taskmanager/package/contents/ui/MouseHandler.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/9d6f3cee2f87284687c2907949a961ed15dcb75f

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

[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2023-09-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=465377

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DUPLICATE
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Nate Graham  ---
Ok, thanks!

*** This bug has been marked as a duplicate of bug 442321 ***

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

[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2023-09-19 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=465377

--- Comment #6 from Ralf Jung  ---
I think in my case it was probably the stuck modifier key issue.

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

[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2023-09-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=465377

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Nate Graham  ---
Ralf, does that match what's happening for you as well?

Māris, good catch! Would you like to submit a merge request with that change in
it?

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

[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2023-09-19 Thread Māris NartiŔs
https://bugs.kde.org/show_bug.cgi?id=465377

Māris NartiŔs  changed:

   What|Removed |Added

 CC||maris@gmail.com

--- Comment #4 from Māris NartiŔs  ---
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.

[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2023-02-07 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=465377

--- Comment #3 from Ralf Jung  ---
I'm currently on the beta, according to the system info screen.

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

[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2023-02-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=465377

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---
Could be. The next time this happens, can you see if mashing the modifier keys
makes it get unstuck? If so, it's probably got the same root cause as Bug
442321.

Also can you confirm whether you're using 5.26.5 (i.e. the last released Plasma
version) or 5.26.90 (i.e. the Plasma 5.27 beta)?

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

[plasmashell] [Bug 465377] Sometimes, drag'n'drop of entries in the task bar stops working

2023-02-07 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=465377

--- Comment #1 from Ralf Jung  ---
I wonder if this is the same underlying cause as
https://bugs.kde.org/show_bug.cgi?id=442321 - is some modifier key getting
stuck?

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