Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.1
-
None
-
Touch screen
Description
import QtQuick 2.7 import QtQuick.Controls 2.0 ApplicationWindow { id: window width: 300 height: 300 visible: true color: ma.pressed ? "yellow" : "white" MouseArea { id: ma anchors.fill: parent Column { anchors.centerIn: parent BusyIndicator { } PageIndicator { count: 10 } } ScrollIndicator { active: true size: 0.5 width: 20 height: parent.height anchors.right: parent.right } } }
Attachments
Issue Links
- relates to
-
QTBUG-65084 QtQuickControls2: StackView eats all touch events
- Closed
For Gerrit Dashboard: QTBUG-61785 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
199221,2 | PageIndicator: don't block touch when non-interactive | 5.9 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
199222,2 | BusyIndicator: don't block touch | 5.9 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
199226,2 | ScrollIndicator: don't block touch | 5.9 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |