http://bugs.winehq.org/show_bug.cgi?id=58922
Bug ID: 58922 Summary: Mouse cursor invisible in WebView2 browser Product: Wine Version: 10.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: felixhaedicke@web.de Distribution: ---
Created attachment 79607 --> http://bugs.winehq.org/attachment.cgi?id=79607 Wine console output
When using my own WebView2 example program "SimpleWebView2Browser", see https://github.com/felixhaedicke/SimpleWebView2Browser for source code and binaries, the mouse cursor is invisible in the browser window.
Steps to get it running on a fresh wineprefix (see bug 58921): * Install WebView2 runtime using the "Evergreen Standalone Installer" for x64 from Inst https://developer.microsoft.com/en-us/microsoft-edge/webview2 * Use my "SimpleWebView2Browser" binaries from https://github.com/felixhaedicke/SimpleWebView2Browser/releases/tag/v0.1 * Set Windows version to Windows 8 for "msedgewebview2.exe" to work around bug 58921: wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\msedgewebview2.exe" /v Version /t REG_SZ /d win8
The mouse cursor is shown as expected when running SimpleWebView2Browser on Windows 11.