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

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

    XMLWordPrintable

Details

    • Windows
    • 12517742f (dev), 70e62d69e (6.6)

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes