https://bugs.kde.org/show_bug.cgi?id=452187
--- Comment #18 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 7195637d184c146e177feb28fe904cbf98a0a87e by Fushan Wen. Committed on 05/04/2023 at 14:47. Pushed by fusionfuture into branch 'Plasma/5.27'. applets/taskmanager: reset `parentTask` after a task was moved After a task item was moved, the property bindings in openWindowToolTipDelegate also need updated, but to fix bug 467709, `mainItem.parentTask === task` was added, which causes empty tooltips after a task item was moved. Test plan: 1. Disable task tooltips and enable Click to open small tooltips 2. Open some Konsole windows to create a task group 3. Open Firefox or any other app 4. Click the Konsole group to activate the tooltip 5. Move Konsole group's position 6. Click the Konsole group again. Before this change the tooltip is empty. After this change the tooltip has contents. Amends 47edbf51e4e68279944670df3fce86a9d11c4273 Related: bug 467709 FIXED-IN: 5.27.5 M +1 -0 applets/taskmanager/package/contents/ui/MouseHandler.qml M +2 -0 applets/taskmanager/package/contents/ui/Task.qml https://invent.kde.org/plasma/plasma-desktop/commit/7195637d184c146e177feb28fe904cbf98a0a87e -- You are receiving this mail because: You are watching all bug changes.