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

App crashes when using ComboBox in asynchronous Loader

    XMLWordPrintable

Details

    Description

      Following simple example cause the app running the qml code to crash:

      Loader {
          width: 360
          height: 360
          asynchronous: true
          sourceComponent: ComboBox {
              model: [ "Banana", "Apple", "Coconut" ]
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              bachewii Jens
              railorsi Jan Häusler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes