Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.1, 6.8.0 Beta2
-
None
-
-
e434796c6 (dev), e87e78611 (6.8), 639003b31 (6.7), f19342d4c (tqtc/lts-6.5)
-
2024wk32s2FOQtforAndroid, 2024wk36s2FOQtforAndroid
Description
- Launch the code below.
- Type "hello" in the text field.
- Long-press the text so that it is all selected.
- Now click again in the text field.
Note that the clicking on the text field was supposed to deselect the text, but it is still selected.
import QtQuick import QtQuick.Controls Window { id: window visible: true width: 640 height: 480 title: "QtQuickApplication1" TextField { anchors.margins: 6 } }
Attachments
Issue Links
- relates to
-
QTBUG-111504 Text loses selection when releasing long-press on Android text input
- Closed
-
QTBUG-110850 selectAll does nothing in onFocusChanged triggered by touch input
- Closed
-
QTBUG-116606 unable to deselect text in text input using touch
- Closed
- mentioned in
-
Page Loading...