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

ListView is broken when delegates contain mousearea on BlackBerry10

    XMLWordPrintable

Details

    • 27be7a832f017653ffda705407bb7a64246eda1f

    Description

      With some of recent commits ListView became almost unscrollable when its delegates contain MouseArea.

      Test Case
      import QtQuick 2.0
      
      ListView {
          id: list
          model: 20
      
          delegate: Rectangle {
              border {
                  color: "brown"
                  width: 2
              }
              height: 200; width: list.width
              radius: 15
      
              Text {
                  anchors.centerIn: parent
      
                  text: "Item " + index
              }
      
              MouseArea {
                  anchors.fill: parent
              }
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              trollixx Oleg Shparber
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes