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

Specifying a property behavior for numeric properties of anchors causes a crash

    XMLWordPrintable

Details

    • 180e2ce2cca53f2c395e8dc9213d714c396c4555

    Description

      Running the snippet of QML below crashes qml.exe. Same thing happens for other numeric properties of Item.anchors.

      import Qt 4.7
      
      Rectangle {
          width: 200
          height: 200
          Text {
              Behavior on anchors.verticalCenterOffset { NumberAnimation { duration: 300; } }
              text: "Hello World"
          }
      }
      

      Attachments

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

        Activity

          People

            brasser Michael Brasser (closed Nokia identity) (Inactive)
            juturune Juha Turunen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes