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

--- Comment #12 from cwo <[email protected]> ---
(In reply to Nate Graham from comment #11)
> What a weird bug. Now that I see it explained, I'm understanding that it's
> the source of those weird inexplicable cases where task manager icons don't
> respond to a click.

Do you mean left click? I have that on master on two machines, but can't
reproduce it on one running stock Fedora 6.7.

I do have a workaround for that:
The TapHandler sets `gesturePolicy: TapHandler.WithinBounds` which is supposed
to release the grab when the menu appears, but it doesn't. It takes an
exclusive grab, and that will interfere with the next left click (if the menu
isn't closed in such a way that the task manager can see the release).

Just deleting that line (and thus using the default gesturePolicy) will fix
that - the default uses a passive grabber, so you can still left-click.

Unfortunately it does not fix the bug with right-clicking it again, as it still
has a passive grab, and considers itself pressed.

Not quite sure why it keeps the grab though.

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

Reply via email to