http://bugs.winehq.org/show_bug.cgi?id=60002 brandow <brandowlucas@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brandowlucas@gmail.com --- Comment #3 from brandow <brandowlucas@gmail.com> --- Created attachment 81641 --> http://bugs.winehq.org/attachment.cgi?id=81641 webview2 reproducer I can reproduce this regression with a minimal Win32 WebView2 application. Mouse hit testing is vertically offset from the visible cursor position by approximately 20 pixels. Wine 11.12 is good. Wine 11.13 is bad. Git bisect: b868cd31d6b5fb0a5e09e45658c4901bb6d1c09a win32u: Move client surface rect computation out of the drivers. Reproduction: 1. Install the WebView2 Runtime in the Wine prefix. 2. Keep webview2_duckduckgo.exe and WebView2Loader.dll in the same directory. 3. Run wine webview2_duckduckgo.exe. 4. Move the cursor over and click elements on the DuckDuckGo page. The element receiving the mouse input is vertically displaced from the visible cursor. The source code and compiled x86-64 reproducer are attached. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.