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

QMessageBox does not respond to click on Mac

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • 5.0.0
    • 5.0.0 Beta 1, 5.0.0 Beta 2, 5.0.0 RC 1, 5.0.0
    • None
    • OS X 10.7.5, Qt 5 master 21f9eaf.
    • macOS

    Description

      After the commits to qt5 on 10/14/2012 (http://qt.gitorious.org/qt/qt5/commit/da8730bf218cde1186e8f8e3307c82b26fed1609 and http://qt.gitorious.org/qt/qt5/commit/21f9eaf60e83dd3b8376129c1d96bcdad943c4c9), QMessageBox stop responding to clicking at the OK button. Run the following code on Mac. The OK button does not respond to click and the window stay on top of all windows. It's also taking 100% of a core spinning.

      #include <QApplication>
      #include <QMessageBox>
      
      int main(int argc, char *argv[])
      {
      	QApplication a(argc, argv);
      	QMessageBox::warning(NULL, "", "warning!");
      	return a.exec();
      }
      

      Attachments

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

        Activity

          People

            liaqi Liang Qi
            stephenju Stephen Chu
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes