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

Invisible MouseArea in Keyboard overlapping all the background items.

    XMLWordPrintable

Details

    • All

    Description

      There is an invisible MouseArea in the virtual keyboard that covers the entire screen, and overlapping all the other quickitem. The height of the MouseArea been set as keyboard.ScreenHeight in the keyboard.qml

      Due to this the MouseArea is overlapping with other quickitem , and application logic to handle multi-touch scenario (for overlapping quickitems) failed.

       

      https://code.qt.io/cgit/qt/qtvirtualkeyboard.git/tree/src/components/Keyboard.qml#n1312

      MouseArea {
      anchors.left: parent.left
      anchors.right: parent.right
      anchors.bottom: parent.bottom
      height: keyboard.screenHeight
      onPressed: keyboard.hideWordCandidateContextMenu()
      enabled: wordCandidateContextMenuList.enabled
      } 

       

       

      Attachments

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

        Activity

          People

            jakoivik Jarkko Koivikko
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes