Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.0 Beta 3, 5.12.4
-
-
0425562e14e41b62dc7631c7c02768b8294454d0 (qt/qtquickcontrols2/5.15)
Description
On Windows the editable text of a ComboBox is not selectable with the mouse. But it can be selected with the keyboard (Ctrl+A, Shift +or arrow keys).
ComboBox {
editable: true
model: searchHistory
editText: lastSearchTerm
anchors.verticalCenter: parent.verticalCenter
}
Attachments
Issue Links
- is duplicated by
-
QTBUG-79036 selectByMouse for ComboBox
- Closed
- relates to
-
QTBUG-101205 Make TextInput and TextEdit behave correctly by default with regards to text selection
- Closed