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

Black artifact on Google Pixel 3a in landscape mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.13.2
    • Quick: Other
    • None
    • Android 10, Google Pixel 3a
    • Android

    Description

      Apps show a black artifact (see attached screenshot) when rotating the screen from landscape to portrait mode on the Google Pixel 3a.

      Steps to reproduce:

      1. Start the app (for instance the sample code below) in landscape mode.
      2. Rotate the phone to portrait. The artifact is now visible.

       

      import QtQuick 2.9
      import QtQuick.Controls 2.2
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: qsTr("Scroll")
      
          ScrollView {
              anchors.fill: parent
      
              ListView {
                  width: parent.width
                  model: 20
                  delegate: ItemDelegate {
                      text: "Item " + (index + 1)
                      width: parent.width
                  }
              }
          }
      }
      
      

      Attachments

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

        Activity

          People

            w00t Robin Burchell
            Harald Meyer Harald Meyer
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes