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

REG [5.3.2 - 5.4.0] Android: ImhNoPredictiveText does not work in all devices any more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.4.1
    • 5.4.0
    • QPA
    • None
    • Samsung Galaxy S3, Galaxy S3, Note 10", Tab 3 10", Samsung Galaxy XCover 2
    • Android
    • 71a63836ed5d21feacbfcdbfdbd4b405f635282f

    Description

      In some devices ImhNoPredictiveText does not work any more.
      Here are the devices where it does NOT work:
      Samsung Galaxy S3, Galaxy S3, Note 10", Tab 3 10", Samsung Galaxy XCover 2
      Here are the devices where it works:
      Galaxy Nexus, Sony Xperia Z3 and HTC flyer.

      import QtQuick 2.3
      import QtQuick.Controls 1.2
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
      
          TextEdit {
              text: qsTr("Hello World")
              anchors.fill: parent
              inputMethodHints: Qt.ImhNoPredictiveText
              anchors.centerIn: parent
          }
      }
      

      Attachments

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

        Activity

          People

            tvete Paul Olav Tvete
            qtcomsupport Qt Support
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes