Replies: 1 comment 8 replies
-
Are you using WinForms or WPF? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently updated a wpf app from CefSharp 91 to 98. I'm facing a weird issue where the Cursor property on the ChromiumWebBrowser Control gets set to "None" which hides the cursor. I searched our codebase as well as the cefsharp codebase but didn't find any clue what can cause this nor any trace of any cursor setting action.
Strangly enough the MinimalExample works. When I alter the value at runtime via snoop it flicks back to "None" as soon as i hover the mouse over the control.
Any ideas what can cause this?
Did I miss any crucial changes between v91 and v98?
Thanks in advance for any feedback.
Beta Was this translation helpful? Give feedback.
All reactions