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

[Android] Clicking done does not close the keyboard

    XMLWordPrintable

Details

    • Android
    • 2023wk06FOQtforAndroid

    Description

      Hello, when I click Done button on the virtual (system) keyboard, the keyboard is not closed.

      It used to close the keyboard back in Qt5.

       

      We managed to reproduce this issue on the following devices:

      • Samsung Galaxy A32, Android 12, Samsung Keyboard
      • Samsung Galaxy A32, Android 12, Gboard Keyboard
      • Samsung Galaxy Tab S3, Android 9, Samsung Keyboard
      • Samsung Galaxy S21, Android 12, Samsung Keyboard

       

      I can reproduce it on this snippet:

      import QtQuick
      import QtQuick.Controls
      
      Window {
        width: 640
        height: 480
        visible: true
        title: qsTr("Hello World")
      
        Item {
          width: parent.width
          height: parent.height
      
          TextField {
      
            anchors.centerIn: parent
      
            width: parent.width / 2
            height: 100
          }
        }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              bartlomiejmoskal Bartlomiej Moskal
              tomasmizera Tomas Mizera
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes