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

Android: Comboboxes don't work

XMLWordPrintable

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

      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.

        1. log.txt
          12 kB
          Tomas Løvbukten
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes