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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1: Critical P1: Critical
    • 6.8.1, 6.9.0 FF
    • 6.7.0, 6.7.1, 6.8.0 Beta1, 6.8.0 Beta3, 6.8.0 Beta4, 6.8.0 RC
    • 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
    • 2971dbfe0 (dev), b60db83fa (6.8)
    • 2024wk38s2FOQtforAndroid, 2024wk36s2FOQtforAndroid, 2024wk40s3FOQtforAndroid

      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

        1. AndroidTvEmulatorQt6.6.3.png
          AndroidTvEmulatorQt6.6.3.png
          99 kB
        2. AndroidTvEmulatorQt6.8b4.png
          AndroidTvEmulatorQt6.8b4.png
          77 kB
        3. Input 6.6.jpg
          Input 6.6.jpg
          71 kB
        4. Input 6.7.jpg
          Input 6.7.jpg
          51 kB
        5. QTBUG-124360-Qt663-2.mp4
          1.86 MB
        6. QTBUG-124360-Qt681-2.mp4
          1.02 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            bartlomiejmoskal Bartlomiej Moskal
            tec Terence Conklin
            Votes:
            7 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes