https://bugs.kde.org/show_bug.cgi?id=382571
Eike Hein <h...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla |sma-desktop/24803dc9dc4000e |sma-desktop/1e218b405bee4d7 |06edb60a3a8afe5925f0d72d7 |5a5d26a4c28da2724d967953a --- Comment #18 from Eike Hein <h...@kde.org> --- Git commit 1e218b405bee4d75a5d26a4c28da2724d967953a by Eike Hein. Committed on 22/06/2018 at 21:05. Pushed by hein into branch 'Plasma/5.12'. Fix tooltip woes Summary: Users have reported a number of bugs against TM tooltips, e.g. initially coming up with crazy sizes, or showing window duplicates. This all comes down to a race conditions causing stale data and ugly code that's using visible props to swap between two alternate UI implementations instead of doing clean conditional loading. With this cleanup patch the problems should be gone, as well as various ReferenceErrors spewed onto the tty. Related: bug 385947, bug 389469, bug 388749 Reviewers: broulik, davidedmundson, romangg Reviewed By: davidedmundson Subscribers: rikmills, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D13602 M +1 -1 applets/taskmanager/package/contents/ui/Task.qml M +33 -18 applets/taskmanager/package/contents/ui/ToolTipDelegate.qml M +1 -1 applets/taskmanager/package/contents/ui/ToolTipInstance.qml https://commits.kde.org/plasma-desktop/1e218b405bee4d75a5d26a4c28da2724d967953a -- You are receiving this mail because: You are watching all bug changes.