https://bugs.kde.org/show_bug.cgi?id=488993
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/a9377db1a9 | |03616f021fe5424a403600be25b | |545 Resolution|--- |FIXED --- Comment #2 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit a9377db1a903616f021fe5424a403600be25b545 by Vlad Zahorodnii. Committed on 28/06/2024 at 12:38. Pushed by vladz into branch 'master'. plugins/kdecoration: Fix MenuButton not accepting button press events If two mouse areas are stacked on top of each other and a button press event is sent so one of them accepts it, QMouseEvent::isAccepted() will still return false. It's a QtQuick bug, see the associated upstream bug report https://bugreports.qt.io/browse/QTBUG-126733. On the other hand, given that the MenuButton implements its own input handling, we can port it away from DecorationButton to mitigate the issue. M +8 -4 src/plugins/kdecorations/aurorae/src/qml/MenuButton.qml https://invent.kde.org/plasma/kwin/-/commit/a9377db1a903616f021fe5424a403600be25b545 -- You are receiving this mail because: You are watching all bug changes.