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

Android TV system keyboard no long opens on text fields in 6.7

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P1: Critical
    • None
    • 6.7.0
    • None
    • - A TCL running Android TV OS 11
      - A Hisense running Android TV OS 10
      - A FireTV 4K stick running FireOS 6.7.0.2 (based on Android 7.1)

      Tested with 6.5.5, 6.6.3 and 6.7.0 api lev 34
    • Android, Other

    Description

      Qt 6.7.0 is no longer opening the system keyboard on Android devices with remotes, so nothing can be entered. This issue is not present in Qt 6.6.3 or 6.5.5

      I tested on 3 different "Android TVs" - the common denominator being they all use a remote.

      With this minimal test app:
      ---------------

      import QtQuick

      Window {
          width: 640
          height: 480
          visible: true

          TextInput

      {         anchors.centerIn: parent         height: 200         width: 300         text: "Input field"         color: "black"         focus: true         horizontalAlignment: TextInput.AlignHCenter         verticalAlignment: TextInput.AlignVCenter     }

      }

      In all cases behavior is identical.  This runs as expected with 6.5.5 and 6.6.3, but doesn't bring up the keyboard on 6.7.0

      Attachments

        1. Input 6.6.jpg
          Input 6.6.jpg
          71 kB
        2. Input 6.7.jpg
          Input 6.7.jpg
          51 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srutledg Shawn Rutledge
            tec Terence Conklin
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes