Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
5.12.0
-
None
-
MacOS Catalina
Description
When I'm tapping on QAbstractButton descendant it does not receive mouseRelease event, but only mousePress. Since QAbstractButton perform state change (click, nextCheckState) in mouseRelease event handler this causes incorrect behavior - widgets stays in "pressed" state and appropriated signals not emitted