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

Virtual keyboard does not appears until window focus changed to another application

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.3.2
    • None
    • Microsoft Surface Pro 2 128GB, Windows 10
    • Windows

    Description

      import QtQuick
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
          Rectangle {
              anchors.fill: parent
              TextEdit {
                  id: textEdit
                  anchors.fill: parent
              }
          }
      }
      

      Start app
      1. Press with touch at TextEdit -> virtual keyboard does not appears (BUG)

      2. Press with touch outside application windows

      3. Press with touch at TextEdit -> virtual keyboard appears (Expected)

      Microsoft Surface Pro 2 128GB, Windows 10

      Attachments

        Issue Links

          Activity

            People

              owolff Oliver Wolff
              jirauser65384 user-15860 (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: