https://bugs.winehq.org/show_bug.cgi?id=57689
Bug ID: 57689 Summary: Menus misplaced on X11 when using dual monitor with right monitor as primary Product: Wine Version: 10.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: sutupud@yahoo.com Distribution: ---
Created attachment 77877 --> https://bugs.winehq.org/attachment.cgi?id=77877 screenshot of misplaced menu entry
In wine 10.0-rc6, when using two monitors with the *right* one set as primary, the menus are now misplaced, e.g. when opening a menu entry in a window on the left monitor, then it opens offset by the monitor size to the right, on the primary monitor, as shown in the attached screenshot. When the window is on the right monitor that continues, so the menus are not shown, since they are likely drawn off screen.
Setting the left monitor as primary fixes this as a workaround.
Also, it only happens on X11 / XWayland (not with the wayland driver, where menu positioning now works correctly)
https://bugs.winehq.org/show_bug.cgi?id=57689
mata sutupud@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |710b94e212501727b3b1b8deea0 | |6a7757df43d51
--- Comment #1 from mata sutupud@yahoo.com --- This is caused by 710b94e212501727b3b1b8deea06a7757df43d51, reverting it fixes it.
https://bugs.winehq.org/show_bug.cgi?id=57689
mata sutupud@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=57689
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=57689
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rtgriggs@gmail.com
--- Comment #2 from Rémi Bernon rbernon@codeweavers.com --- *** Bug 57705 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=57689
--- Comment #3 from Rémi Bernon rbernon@codeweavers.com --- https://gitlab.winehq.org/wine/wine/-/merge_requests/7156 should fix this as well as other misplaced windows when the primary screen is on the right.
https://bugs.winehq.org/show_bug.cgi?id=57689
mata sutupud@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #4 from mata sutupud@yahoo.com --- Yes, it's fixed with 10.0 now.