Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.2.2
-
None
Description
With CheckBox and Switch, when clicking too fast, onClicked ends up raising inconsistent state with the UI. See attached video.
The issue doesn't happen with onPressed.
Reproducible with qml6 race.qml:
import QtQuick import QtQuick.Controls Item { CheckBox { onClicked: console.log(checked) } }
Attachments
Issue Links
- duplicates
-
QTBUG-96888 Not possible to quickly click buttons
- Closed