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

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

XMLWordPrintable

    • macOS
    • 6cbbd1f93d369059e16c62f4b8ba60ad3407d886

      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();
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes