Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.0
-
None
-
Mac OSX 10.10.2, Xcode 6.6.1
-
4401543fff6e32d3a35a1e0690193add42055fa8
Description
Please consider the following code:
Window {
visible: true
width: 360
height: 360
MultiPointTouchArea {
anchors.fill: parent
onPressed:
onReleased:
{ console.log("released") }}
Text
{ text: qsTr("Hello World") anchors.centerIn: parent }}
In this snippet, onReleased is called two times using a mouse. The same doesn’t happen when touch input is used.
Regards,
Nuno
Attachments
Issue Links
- is duplicated by
-
QTBUG-44781 MultiPointTouchArea generates two "Released" events when used with a mouse
- Reported
For Gerrit Dashboard: QTBUG-44370 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
127898,3 | MultiPointTouchArea: Fixed released() duplication on mouse release. | 5.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |