Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-75556

Selection in TextEdit not working for Readonly text

XMLWordPrintable

    • Android, iOS/tvOS/watchOS
    • 99f08e98be434f2b0d2ae2f310db0ca25ee919a7 (qt/qtdeclarative/dev)

      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.

        For Gerrit Dashboard: QTBUG-75556
        # Subject Branch Project Status CR V

            piotrmi Piotr Mikolajczyk
            shmittal Shveta Mittal
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes