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

[REG: 5.15.2->5.15.5] Keyboard covers editable area when it is placed close to bottom of screen

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2: Important P2: Important
    • None
    • 5.15.5, 6.1.2
    • QPA
    • Android
    • Someone's on it

      Can be reproduced with qml like below. no such issues in previous versions

      import QtQuick 2.12
      import QtQuick.Window 2.12
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          Rectangle{
              x:10
              y:600
              width: 100
              height:30
              color: "red"
      
              TextInput{
                  anchors.fill: parent
      
              }
      
          }
      }

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

            qtandroidteam Qt Android Team
            yifei Yi Fei (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes