Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.2, 5.13.0 Beta3
-
-
99f08e98be434f2b0d2ae2f310db0ca25ee919a7 (qt/qtdeclarative/dev)
Description
Selection of text from a read-only TextArea/ TextEdit is not smooth with iOS.
You can select the text with a double tap but there is no handle to change the selection.
TextArea{ text: "Sample Text" readOnly: true selectByMouse :true selectByKeyboard: true }
Selection works fine when read-only is set to false. But it should work with read-only text also.
Attachments
Issue Links
- depends on
-
QTBUG-91417 Selection does not work in read-only text editing controls - QtWidgets
- Closed
- relates to
-
QTBUG-91545 [iOS] Selection in TextEdit not working for Readonly text
- Closed