Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.6.1
-
None
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
- resulted in
-
QTCREATORBUG-14880 Switching to other window inserts code
- Closed