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

Android: Comboboxes don't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • None
    • 5.4.0
    • QPA
    • None
    • Android

    Description

      Run the following example and open the combo box drop down menu:

      import QtQuick 2.3
      import QtQuick.Controls 1.2
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
      
      
          ComboBox {
              anchors.centerIn: parent
              model: 10
          }
      }
      

      With Qt 5.3.2, it works fine, but in Qt 5.4.0 the menu never shows.

      Attachments

        Issue Links

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

          Activity

            People

              taipan BogDan Vatra
              esabraha Eskil Abrahamsen Blomfeldt
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes