-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8.1, 6.10
-
14a79d7af (dev), f081752d1 (6.10), d7f4a7f49 (6.9), ce5afcf7a (tqtc/lts-6.8), c0d37c6a8 (tqtc/lts-6.5)
Consider the following code
import QtQuick 2.12 import QtQuick.Controls 2.5 Item { Popup { visible: true width: 500 height: 500 background: Rectangle { color: "red" TapHandler { onTapped: console.warn("tapped") } } } }
When clicking the red area with the mouse "tapped" is printed as expected. However when tapping it using a touchscreen it doesn't react.
When moving the rectangle from background to a regular child touch works as expected.
Touch works as expected in Qt 5.15
For Gerrit Dashboard: QTBUG-138478 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
665974,3 | Acknowlege touch event state within the popup as similar to mouse | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
666270,2 | Acknowlege touch event state within the popup as similar to mouse | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
666409,2 | Acknowlege touch event state within the popup as similar to mouse | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
667001,2 | Acknowlege touch event state within the popup as similar to mouse | tqtc/lts-6.8 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |
667014,3 | Acknowlege touch event state within the popup as similar to mouse | tqtc/lts-6.5 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |