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

Details

    • Linux/X11

    Description

      (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

       

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes