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

REG: Mac OS: Expanded ComboBox stays on top even application is changed.

    XMLWordPrintable

Details

    • macOS
    • 6cbbd1f93d369059e16c62f4b8ba60ad3407d886

    Description

      This is regression from Qt 5.1.1 to Qt 5.2.0 on Mac. Run application below. Expand combobox and change application focus to other. Expanded combobox stays expanded and on top of all desktop applications.

      main.cpp
      #include <QApplication>
      #include <QComboBox>
      
      int main(int argc, char *argv[])
      {
      	QApplication a(argc, argv);
      	QComboBox combobox;
      	combobox.addItem("item1");
      	combobox.addItem("item2");
      	combobox.addItem("item3");
      	combobox.show();
      	return a.exec();
      }
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-35904
          # Subject Branch Project Status CR V

          Activity

            People

              dedietri Gabriel de Dietrich (drgvond)
              qtcomsupport Qt Support
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes