Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.5.2, 6.6
Description
To reproduce the issue, one needs a device with 2 monitors and Windows 10 Pro (haven't tried Windows 11 Pro since I don't have access to one) so that it can be used as Remote Desktop server.
Steps to reproduce:
1. Connect to the remote desktop.
2. Execute the following code and let window appear on the main screen.
3. Right click the window and context menu will appear on the secondary screen.
Nevertheless, if window is positioned on the secondary screen, then right clicking will make context menu appear at the correct position, i.e. where mouse is at on the secondary screen. The issue seems only to be related to window on main screen.
The minimal reproducer code:
int main(int argc, char* argv[]) { QApplication app(argc, argv); QTextEdit widget; widget.show(); return app.exec(); }
Attachments
Issue Links
- duplicates
-
QTBUG-116499 Use of edid serial number in qwindowsscreen.cpp is broken
- Closed
- is duplicated by
-
QTBUG-115514 QMenu popup always on same screen while RDPing on Windows
- Closed