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

Regression: First item in Tumbler disapperas

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.7.0 Beta
    • Quick: Controls 2
    • None

    Description

      If you scroll tumble to first item became current, it disappears. This issue introduced in this commit.

      Test program:

      import QtQuick 2.5
      import QtQuick.Controls 2.0
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
      
          Rectangle {
              height: tumbler.implicitHeight
              width: tumbler.implicitWidth
              anchors.centerIn: parent
              border {
                  color: "black"
                  width: 1
              }
      
              Tumbler {
                  id: tumbler
      
                  anchors.centerIn: parent
                  model: [0,1]
                  currentIndex: 1
              }
          }
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            krnekit Nikita Krupenko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes