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

[Regression] windowState() incorrectly reported on Mac after refactor branch merge

    XMLWordPrintable

Details

    • macOS

    Description

      The following (from tst_qsgfocusscope::textEdit()), for example, now fails:

      QSGView *view = new QSGView;
      view->show();
      view->requestActivateWindow();
      QTest::qWaitForWindowShown(view);
      QVERIFY(view->windowState() == Qt::WindowActive);
      

      (it continues to fail after changing the QVERIFY to a QTRY_VERIFY as well)

      Attachments

        Issue Links

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

          Activity

            People

              sorvig Morten Sørvig
              brasser Michael Brasser (closed Nokia identity) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes