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

Non-interactive controls are blocking touch

XMLWordPrintable

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

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes