Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.0.0 Beta2
-
None
-
a2209698d3584a7c05d0c12aa61de050fe0e78fd (qt/qtdeclarative/dev)
Description
If a readonly TextArea is placed inside Flickable, you cannot use touch to flick it, while mouse works correctly. Interestingly, if you first flick it with mouse, then you can also use touch events.
import QtQuick 2.15 import QtQuick.Window 2.15 Window { width: 640 height: 480 visible: true Flickable { anchors.fill: parent contentHeight: text.height TextEdit { id: text enabled: false text: "several\nlines\nof\ntext\n-\ntry\nto\nflick" } } }
Attachments
Issue Links
- relates to
-
QTBUG-90533 TextEdit with selectByMouse in Flickable with pressDelay should allow both flicking and text selection
- Reported
-
QTBUG-113653 [REG 5.15->6.2.3] MultiPointTouchArea doesn't receive gestureStarted signal when used inside PathView or Flickable
- Closed
For Gerrit Dashboard: QTBUG-88169 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
315897,17 | Don't synthesize mouse from touch for items that accept touch | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
321537,2 | WIP: Fix TextEdit not being flickable in a Flickable | dev | qt/qtdeclarative | Status: ABANDONED | -2 | 0 |
321625,5 | Add tst_qquicktextedit::inFlickable tests | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |