https://bugs.kde.org/show_bug.cgi?id=386470

            Bug ID: 386470
           Summary: The popup menu of Controls.ComboBox is shown under
                    Kirigami.OverlaySheet
           Product: frameworks-kirigami
           Version: 5.39.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: notm...@gmail.com
          Reporter: paolomil...@rocketmail.com
  Target Milestone: Not decided

I made a Kirigami.OverlaySheet sheet on which there is a Controls.ComboBox.
The popup menu of Controls.ComboBox is shown under Kirigami.OverlaySheet.

my system: linux box, artix distro, kirigami2 version 5.39.0-1
Code sample:

Kirigami.OverlaySheet
    {
    id: settings
    ColumnLayout
      {
      Controls.Label
        {
        text: qsTr("Settings")
        Layout.alignment: Qt.AlignHCenter
        }

      RowLayout
        {
        Controls.Label
          {
          text: qsTr("Choose one: ")
          }
        Controls.ComboBox
          {
          Kirigami.Theme.inherit: true
          currentIndex: 0
          model: ["one", "two", "three", "four"]
//          onCurrentIndexChanged: console.debug(currentIndex)
          }
        }


The popup menu (one, two, three, four) is under the OverlaySheet (and it's very
difficult to select it)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to