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

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

XMLWordPrintable

    • macOS

      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)

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes