Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.1
-
None
-
win10
qt 5.9.1 (MinGW, MSVC2015)
-
1fc9c8d8f31b3c6587691608550ff41bed765fb9 (qtbase/5.9, 22.8.2017, 5.9.2)
Description
Widget with flag Qt::WindowStaysOnTopHint contains QMenu/
connect(this, &QWidget::customContextMenuRequested, this, &Widget::onCustomContextMenuRequested);
If widget lose focus (select some file or link at Desktop), then after next call menu will be drawn under widget.
Mouse move and click at menu still work (even menu under widget), menu just painted under widget.
Attachments
Issue Links
- is duplicated by
-
QTBUG-61804 QComboBox popup hides under a parent window with Qt::WindowStaysOnTopHint
- Closed
-
QTBUG-62418 Menus randomly become invisible
- Closed
-
QTBUG-62924 QMenu pops up behind window if Qt::WindowStaysOnTopHint is set
- Closed
- relates to
-
QTCREATORBUG-18627 Menu unusable after switching screen
- Reported
-
QTCREATORBUG-18419 Project browser context menu (and other) disappears
- Closed
-
QTBUG-50271 WindowStaysOnTopHint works randomly (if at all) on Windows
- Closed