https://bugs.kde.org/show_bug.cgi?id=511826

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from cwo <[email protected]> ---
The problem is the TapHandler for right click in Task.qml.

It binds a handler to onPressedChanged to open on button press, but when the
menu opens, the Handler stops receiving mouse updates and never registers that
it's no longer pressed. So when you try to press it again, pressed doesn't
actually change, and the Changed signal is never sent. This time the release
goes through, the pressed property becomes false, and the next attempt works
again. 

The TapHandler sets `gesturePolicy: TapHandler.WithinBounds` to fix this, but
this doesn't seem to work - not sure if that's a Qt change. I'm also not sure
how to best fix this.

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

Reply via email to