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

qml crashes when resize a Flow with anchors.fill: myParent

    XMLWordPrintable

Details

    • cef452a2792cc15705f677c9b9c689496eeb500f

    Description

      The following qml file with crash qml when the window is resized. This is due to the line "anchors.fill: f".

      import Qt 4.7

      Flow {
      id: f

      width: 250
      height: 250

      Text

      { text: "Hello World!"; }

      Flow {
      id: positioner
      anchors.fill: f

      spacing: 1

      Repeater {
      model: 20

      Rectangle

      { width: 20 height: 20 color: "red" }

      }
      Text

      { text: "Hello World!"; }

      }
      Repeater {
      model: 20

      Rectangle

      { width: 20 height: 20 color: "red" }

      }
      }

      Attachments

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

        Activity

          People

            martjone Martin Jones (closed Nokia identity) (Inactive)
            vandenoever Jos van den Oever
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes