Replies: 2 comments 9 replies
-
Does the problem reproduce with version 102? The current supported version. |
Beta Was this translation helpful? Give feedback.
-
Hi @amaitland, When I test in NUnit, the cursor doesn't be changed when the browser load new url. I tested on the CefSharp.Winform version: 102.0.100 on a winform application, the cursor still changed to "Working In Background": I also tested on the CefSharp.Winform version: 85.3.130 on a winform application, and I found the cursor also will be changed, but it is not frequently than 102.0.100: I guess this problem is winform application behavior on a child process rather than the CefSharp, sorry for misleading it... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After I upgraded my Cefsharp.Offscreen from 85.3.130 -> 100.0.140, I found the mouse cursor will be changed on the CefSharp new version when the ChromiumWebBrowser is running, I found this commit:
8258102
The MouseCursorChangeDisabled already be removed, and new the OnCursorChange method can be used to control the cursor changed, but I try implment DisplayHandler.OnCursorChange and it doesn't work, the OnCursorChange never be called.
Is there something I missing or anyone know how to disable cursor changed on Cefsharp.Offscreen? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions