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

Details

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

    Description

      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
      
              }
      
          }
      }

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes