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

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]
          Component|Audio Volume widget         |Containment

--- Comment #1 from cwo <[email protected]> ---
The problem is in ItemContainer:

https://invent.kde.org/plasma/plasma-workspace/-/blob/master/components/containmentlayoutmanager/itemcontainer.cpp?ref_type=heads#L459

Since 1560be8ab509c2a3a30c8381d382d8f9eeee5eb9, we send MouseButtonRelease
events recursively to every child, so that e.g. the FolderView rubber band
finishes instead of continuing in edit mode.

The problem seems to be that some components trigger on release; in particular
checkable AbstractButtons toggle on mouse release. This means that for the
volume (desktop) widget the switch, the mute buttons, and the tab buttons
activate when entering edit mode.

Not sure how to best solve this - we could not send it to AbstractButtons, but
there may be other components that trigger on release.

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

Reply via email to