-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context menu doesn't disapears after left-click #1795
Comments
To my knowledge this is the first version of If you take a look at https://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md#cefsharp-vs-chromium-embedded-frameworkcef you can isolate the problem, determine if it's a problem with the I'd suggest hosting the |
Thanks @amaitland , I will give it a try. |
Using #1748 seems to resolve the problem. So it's just a disconnect between running the message loop in a different thread it appears (Fairly common problem). |
Using a custom menu (which is blocked on #1767) or integrate into your apps existing message loop are the two options for resolving this. |
…mmand based on CefMenuCommand enum rather than trying to use IRunContextMenuCallback which isn't working (upstream issue) This is a workaround for cefsharp#1767 You can use the default CEF menu it does however require you to integrate CEF into your main message loop see cefsharp#1795
The project source contains an example of a custom |
I wasn't able to find anything about this issue, so here it goes.
WinForms
,WPF
orOffScreen
?The text was updated successfully, but these errors were encountered: