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

[iOS] Selection in TextEdit not working for Readonly text

XMLWordPrintable

    • iOS/tvOS/watchOS
    • 30276cec3d47f4f4fa847fea90214ec5c28d54ed (qt/qtbase/dev) 7fac45c313c9f7b649adcc5d853112adc2f85566 (qt/qtbase/dev), 3b14cb80e (tqtc/lts-5.15)

      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-91545
        # Subject Branch Project Status CR V

            richard Richard Moe Gustavsen
            lukasz.kosiorowski lukasz.kosiorowski
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: