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

TextInput remains selected after the readonly property is changed to true

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 5.7.0
    • 5.6.0 RC
    • None
    • 83cb2069ead120e7777a13ef6b7c0a0b14052685

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes