Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.2.0
-
None
Description
Normally when I click on a Button then nextCheckState() is triggered. But QTest::mouseClick() triggers a mouse press and a mouse release event. The nextCheckState() is only called in the QAbstractButton::click() function which is never reached from a QTest command/function
Attachments
Issue Links
- relates to
-
QTBUG-63991 cleanup tests [qtbase]: mouse event handling
- Reported