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

ListView is broken when delegates contain mousearea on BlackBerry10

XMLWordPrintable

    • 27be7a832f017653ffda705407bb7a64246eda1f

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes