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

Gallery example ComboBox doesn't drop down

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.1.0 Beta 1
    • 5.0.2
    • Quick: Controls 1
    • None
    • Ubuntu 12.04 64-bit
    • 788dd6bed414ff89dab5f01b94165ba88f3e1c20

      Clicking on the "Paris" ComboBox in the gallery example under the Styles tab does not cause the items to drop down. The issue is only present with the example; other uses of ComboBox work:

      import QtQuick 2.0
      import QtQuick.Controls 1.0
      
      Rectangle {
          ComboBox {
              anchors.centerIn: parent
              model: [ "Banana", "Apple", "Coconut" ]
          }
      }
      

      There is also a warning printed than can be reproduced with any ComboBox:

      No suitable 'textRole' found for ComboBox.

      There is a small grey rectangle drawn at the bottom left corner of the ComboBox that was not captured by the screenshot, which is presumably a small portion of the drop down itself.

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

            dedietri Gabriel de Dietrich (drgvond)
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes