hein created this revision. hein added reviewers: broulik, davidedmundson, romangg. Restricted Application added a project: Plasma. hein requested review of this revision.
REVISION 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. BUG:382571 BUG:385947 BUG:389469 BUG:388749 REPOSITORY R119 Plasma Desktop BRANCH Plasma/5.13 REVISION DETAIL https://phabricator.kde.org/D13602 AFFECTED FILES applets/taskmanager/package/contents/ui/Task.qml applets/taskmanager/package/contents/ui/ToolTipDelegate.qml applets/taskmanager/package/contents/ui/ToolTipInstance.qml To: hein, broulik, davidedmundson, romangg Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
