https://bugs.kde.org/show_bug.cgi?id=433907
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/ea | |84e5c1600dde7207a85dc228eae | |6cc05d4b319 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit ea84e5c1600dde7207a85dc228eae6cc05d4b319 by Nate Graham, on behalf of Aleksei Nikiforov. Committed on 06/04/2021 at 16:32. Pushed by ngraham into branch 'master'. Replace Repeater with ListView for task group list Unlike Repeater ListView loads only visible items. This behaviour leads to huge performance improvement. ListView also requires to set width and height explicitly. One remaining issue is time of displaying tooltips. Tooltips are displayed only for short amount of time. With Repeater this timer starts after tooltip is displayed. With ListView it looks like timer starts while ListView is preparing to display, which may lead to situation when timer fires before tooltip is displayed, thus when tooltip is ready, it is briefly displayed and immediately hidden again. M +10 -14 applets/taskmanager/package/contents/ui/ToolTipDelegate.qml https://invent.kde.org/plasma/plasma-desktop/commit/ea84e5c1600dde7207a85dc228eae6cc05d4b319 -- You are receiving this mail because: You are watching all bug changes.