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

When opening a QFrame with Qt::Popup you cannot Alt+Tab into another app

XMLWordPrintable

    • Linux/X11

      (Reproduced on Ubuntu 23.10)

      Steps to reproduce:

      • Compile and run the following snippet with Qt 6.6.1:
      #include <QApplication>
      #include <QFrame>
      int main(int argc, char *argv[])
      {     
        QApplication a(argc, argv);     
        QFrame f(nullptr, Qt::Popup);     
        f.show();     
        return a.exec(); 
      } 
      • Try pressing Alt+Tab to switch applications

      Expected:

      • Application switcher is shown when pressing Alt+Tab

      Actual:

      • Nothing happens

       

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

            liaqi Liang Qi
            madwinter Marcus Tillmanns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes