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

QML QQuickScaleGrid: Binding loop detected for property

    XMLWordPrintable

Details

    • 20a5d1ab3f47b4da6ba39143beaafedb26dbad6a

    Description

      With the qml code below,

      import QtQuick 2.9
      
      BorderImage {
          id: name
          width: 120
          height: 120
          source: "icon.png"
          border.left: 2
          border.right: border.left
          border.top: 2
          border.bottom: border.top
      }
      

      the binding loop errors below happened:

      <Unknown File>: QML QQuickScaleGrid: Binding loop detected for property "right"
      <Unknown File>: QML QQuickScaleGrid: Binding loop detected for property "bottom"

      The code ran on Ubuntu 16.04.

      Attachments

        Activity

          People

            mitch_curtis Mitch Curtis
            dongmei Dongmei Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: