-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.14.1
-
None
-
f680527e6 (dev), ecefbb877 (6.10), 2e1b5982f (6.9)
If all text in a TextInput is selected and ctrl+backspace is pressed, the selection is cleared but no text is removed.
Steps to reproduce (tested on Windows 10):
- Create a new project with the Qt Quick Application - Empty template
- Add a TextInput with anchors.fill: parent
- Run the project
- Type some text into the textbox
- Select all the text with ctrl+a
- Press ctrl+backspace
Expected behavior:
The selected text is removed.
Actual behavior:
The cursor jumps to the beginning of the TextInput and the text is deselected, but no text is removed.
For Gerrit Dashboard: QTBUG-81803 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
607588,11 | Remove text selection / selection itself on Ctrl+Backspace in TextInput | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 |
654905,2 | Remove text selection / selection itself on Ctrl+Backspace in TextInput | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
654923,2 | Remove text selection / selection itself on Ctrl+Backspace in TextInput | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |