https://bugs.kde.org/show_bug.cgi?id=388749
Eike Hein <h...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/pla | |sma-desktop/24803dc9dc4000e | |06edb60a3a8afe5925f0d72d7 Resolution|--- |FIXED --- Comment #6 from Eike Hein <h...@kde.org> --- Git commit 24803dc9dc4000e06edb60a3a8afe5925f0d72d7 by Eike Hein. Committed on 19/06/2018 at 11:22. 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 382571, bug 385947, bug 389469 Reviewers: broulik, davidedmundson, romangg Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D13602 M +1 -1 applets/taskmanager/package/contents/ui/Task.qml M +27 -11 applets/taskmanager/package/contents/ui/ToolTipDelegate.qml M +1 -1 applets/taskmanager/package/contents/ui/ToolTipInstance.qml https://commits.kde.org/plasma-desktop/24803dc9dc4000e06edb60a3a8afe5925f0d72d7 -- You are receiving this mail because: You are watching all bug changes.