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

Windows/Quick: Programmatically removing focus of TextInput does not work with IME

    XMLWordPrintable

Details

    Description

      To reproduce:

      -> Focus should be lost and blinking cursor become invisible, but that is not the case.

      Code looks like

          TextInput {
      ...
              text: "1"
              onTextChanged: {
                  if (text.length > 2) {
                      focus = false;
                  }
              }
      ....
      

      Attachments

        1. qtbug48199.zip
          2 kB
          Friedemann Kleint
        2. qtbug48199.zip
          1 kB
          Joni Poikelin
        For Gerrit Dashboard: QTBUG-48199
        # Subject Branch Project Status CR V

        Activity

          People

            aalpert Alan Alpert
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes