https://bugs.winehq.org/show_bug.cgi?id=51357
Bug ID: 51357 Summary: Mouse clicks to buttons on popups are ignored. You must click below the button. Freecell.exe from WinXP. Product: Wine Version: 6.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: linux@kenjackson.us Distribution: ---
Created attachment 70216 --> https://bugs.winehq.org/attachment.cgi?id=70216 git diff dlls/winex11.drv/mouse.c # This fixes the bug for me
Every mouse click to any button on a popup in freecell.exe from WinXP (I think) is ignored. Clicks below the button are processed and work.
This was introduced in commit 5a8bc554ef06c4a21d8b, April 6, 2021, and is still a problem in the latest git code.
Deleting line 615 in dlls/wnex11.drv/mouse.c fixes the problem. I don't know what else this affects.