https://bugs.kde.org/show_bug.cgi?id=452732
--- Comment #12 from Kai Uwe Broulik <k...@privat.broulik.de> ---
I think 69702475e5ae3fda1a4c4a854100ebb4f65e338b might have uncovered a bug.

Notifications has a weird popup handling where it does onPressed: wasExpanded
and then onClicked: expanded = !wasExpanded;

This was/is to avoid some weirdness with continuously triggering the popup or
something. However, the systemtray now calls mouseArea.clicked without calling
pressed before so the applet gets confused. Unfortunately, there's both a
property and function pressed and calling mouseArea.pressed(mouse) ends up
calling the property rather than function.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to