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

ComboBox: menu shown at the wrong place in Windows style

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0
    • 5.1.0
    • Quick: Controls 1
    • None
    • 1a26cea1fcfdb497adc38fdc38a355bf2cea0509

    Description

      The menu does not pop up over the combobox when running the following test case in windows style:

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      
      ComboBox {
          id: combo
          height: 100
          width: 300
          model: ListModel {
              id: model
              ListElement { text: "name 1" }
              ListElement { text: "name 2" }
              ListElement { text: "name 3" }
              ListElement { text: "name 4" }
          }
      }
      

      Attachments

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

        Activity

          People

            dedietri Gabriel de Dietrich (drgvond)
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes