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

Application crash when using Loader under Android

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P1: Critical P1: Critical
    • 5.2.0
    • 5.2.0
    • Quick: Controls 1
    • None
    • Android 4.2.2 (Sony Xperia)
    • Android

      Application crash related to Loader on Android.
      This was reported as a crash with Qt Quick Controls but we have narrowed it down to this use case:

      import QtQuick 2.2
      Loader {
          id: loader
          sourceComponent: QtObject {
              property Item control: loader
              property QtObject floatingObject: QtObject {
                  property bool someBinding: control.enabled
              }
          }
      }
      

      The above pattern is heavily used for styling in Qt Quick Controls. This is also a regression against 5.1.1.

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

            shausman Simon Hausmann
            vladest Vlad Stelmahovsky
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes