https://bugs.kde.org/show_bug.cgi?id=488993
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/a9377db1a9 |ma/kwin/-/commit/176e338c37 |03616f021fe5424a403600be25b |0bcee12037b34ae5ffaf2d3bcb8 |545 |ec8 --- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 176e338c370bcee12037b34ae5ffaf2d3bcb8ec8 by Vlad Zahorodnii. Committed on 28/06/2024 at 12:49. Pushed by vladz into branch 'Plasma/6.1'. 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. (cherry picked from commit a9377db1a903616f021fe5424a403600be25b545) Co-authored-by: Vlad Zahorodnii <vlad.zahorod...@kde.org> M +8 -4 src/plugins/kdecorations/aurorae/src/qml/MenuButton.qml https://invent.kde.org/plasma/kwin/-/commit/176e338c370bcee12037b34ae5ffaf2d3bcb8ec8 -- You are receiving this mail because: You are watching all bug changes.