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

Selection in TextEdit not working for Readonly text

    XMLWordPrintable

Details

    • Android, iOS/tvOS/watchOS
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes