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

ComboBox hide behind Dialog if Dialog z > 0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • 6.5.0 Beta1
    • 6.4.2
    • Quick: Controls 2
    • None

    Description

       

      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          Button {
              text: "show dialog"
              onClicked: dialog.visible = true
          }
      
          Dialog {
              id: dialog
              title: "Title"
              standardButtons: Dialog.Ok | Dialog.Cancel
              z: 1
              ComboBox {
                  id: comboBox
                  model: ["First", "Second", "Third"]
              }
          }
      }
      

       

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            jiu shanheng jiu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes