https://bugs.kde.org/show_bug.cgi?id=402681
--- Comment #3 from Konrad Materka <kmate...@wp.pl> --- There is a race condition in the code: 1. ExpandedRepresentation.qml, line 84 - hides applet, shows dialog with hidden ("more") items 2. PlasmoidItem.qml, line 81 - hides dialog with hidden ("more") items when applet is hidden It is random, to reproduce: 1. open applet from the system tray and click on the title 2. repeat point 1 several times to get different outcomes (there is no need to open different applet) Even without race condition title click behavior is inconsistent: 1. When there are no hidden items click on the title will show empty list 2. Why should it go to hidden items, even if you click on active one? -- You are receiving this mail because: You are watching all bug changes.