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

Render glitches in 5.2

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.2.0
    • 5.2.0 Alpha
    • Quick: SceneGraph
    • None
    • Mac
    • 7959eca9f15f6a2a614f247712a0ce491f877708

    Description

      There seems to be a regression related to text rendering or item stacking. In some cases, text items are not visible for alternating rows in table view.

      It can be reproduced on mac with the following example:

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      
      ApplicationWindow {
          NumberAnimation on width {from: 320 ; to: 350; running:true ; duration:1000}
          TableView{
              model: 100
              anchors.fill: parent
              TableViewColumn {}
              TableViewColumn {}
          }
      }
      

      Screenshot attached shows that the view incorrectly renders only alternating rows.

      Attachments

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

        Activity

          People

            sletta Gunnar Sletta
            bachewii Jens
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes