Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.1.3, 6.2.0, 6.2.1
-
WIndows Surface tablet
-
-
d08038ba70 (qt/qtdeclarative/dev) d08038ba70 (qt/tqtc-qtdeclarative/dev) ee68d19b1d (qt/qtdeclarative/6.3) ee68d19b1d (qt/tqtc-qtdeclarative/6.3) cf39c6e28d (qt/qtdeclarative/6.2) cf39c6e28d (qt/tqtc-qtdeclarative/6.2) cf39c6e28d (qt/qtdeclarative/6.2.4)
Description
In the following code, figure dragging reports wrong x and y coordinate values when display scaling is set to something else than 100%.
import QtQuick import QtQuick.Window Window { width: 600 height: 600 visible: true Rectangle { x: 300 y: 300 color: "red" radius: 50 width: 30 height: 30 } Text { text: handler.centroid.position.x.toFixed(1) + "," + handler.centroid.position.y.toFixed(1) } DragHandler { id: handler target:null } }
How to reproduce
1. Set screen scaling to e.g. 200%
2. Use QTBUG97185.zip
3. Touch the red circle -> This outputs around 300, 300
4. Drag towards the red circle -> This outputs e.g. 542, 553 as if it's dragging towards x:600 y:600
What is known
- Not reproducible in Qt5.12 and Qt5.15
- Mouse dragging works fine
- Touching and untouching produces correct coordinate values
Attachments
Issue Links
- relates to
-
QTBUG-98486 Touch points coordinates does not take into account the Device Pixel Ratio on Windows
- Closed
-
QTBUG-98543 Invalid updates of contentY of Flickable on touch screen
- Closed
-
QTBUG-97157 attempting to interact with any widget dialog on touchscreen fails; mouse causes crash after that
- Closed
For Gerrit Dashboard: QTBUG-97185 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
383720,11 | Detach QEventPoint instances during touch compression; test & docs | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
383725,2 | Clone QTouchPoint instances during touch compression | dev | qt/qtdeclarative | Status: ABANDONED | 0 | 0 |
393849,2 | Detach QEventPoint instances during touch compression; test & docs | 6.3 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
393850,3 | Detach QEventPoint instances during touch compression; test & docs | 6.2 | qt/qtdeclarative | Status: MERGED | +2 | 0 |