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

TextInput remains selected after the readonly property is changed to true

    XMLWordPrintable

Details

    • 83cb2069ead120e7777a13ef6b7c0a0b14052685

    Description

      TextInput {
          id: tf
          Component.onCompleted: {
              tf.readOnly = false;
              tf.text= "bla bla";
              tf.selectAll();
              tf.readOnly = true;
          }
      }
      

      Attachments

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

        Activity

          People

            w00t Robin Burchell
            taipan BogDan Vatra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes