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

Crash when unloading sub window

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.4.0 Beta
    • 5.1.1
    • None
    • Mac OS X 10.8.4
    • 0ca2b46893f73ec1dff9440cd462f9c64b989335

      import QtQuick 2.1
      import QtQuick.Window 2.0
      
      Window {
          Loader {
              id: loader1
              sourceComponent: Item {
                  Loader {
                      id: loader2
                      sourceComponent : Window {}
                  }
                  Component.onDestruction: {
                      loader2.active = false;
                  }
              }
          }
          Component.onCompleted: {
              loader1.active = false;
          }
      }
      

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

            srutledg Shawn Rutledge
            sqq S.Gold
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes