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

QQC1 Popup Menu inoperable in modal windows on MacOS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.15.0, 5.15.1, 5.15.2, 5.15
    • Quick: Controls 1
    • None
    • macOS

      Starting with 5.15.0, if you have a QQC1 ComboBox on a Window that is modal, its items are all greyed out when it is dropped and as such it is completely inoperable. Canonical test case:

      import QtQuick 2.15
      import QtQuick.Window 2.15
      import QtQuick.Controls 1.5
      
      Window
      {
          visible: true
          modality: Qt.ApplicationModal // Works fine without this line
          ComboBox { model: ["Item1", "Item2"] }
      }
      

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            timangus Tim Angus
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes