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

Non-interactive controls are blocking touch

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9.2
    • 5.9.1
    • Quick: Controls 2
    • None
    • Touch screen

    Description

      import QtQuick 2.7
      import QtQuick.Controls 2.0
      
      ApplicationWindow {
          id: window
          width: 300
          height: 300
          visible: true
          color: ma.pressed ? "yellow" : "white"
      
          MouseArea {
              id: ma
              anchors.fill: parent
              Column {
                  anchors.centerIn: parent
                  BusyIndicator { }
                  PageIndicator {
                      count: 10
                  }
              }
              ScrollIndicator {
                  active: true
                  size: 0.5
                  width: 20
                  height: parent.height
                  anchors.right: parent.right
              }
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              jpnurmi J-P Nurmi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes