-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
-
What version of the product are you using?
- What version are you using? Nuget 69.0.0
-
What architecture x86 or x64? x64 (possibly happens with x86, but I haven't tested it)
-
On what operating system?
- Win10
-
Are you using
WinForms,WPForOffScreen?WinForms -
What steps will reproduce the problem?
UsingCefSharp.WinForms.Example: Build and run the example project
Navigate to "google.com" (or pretty much any other address)
After the page has finished loading open the "Zoom Level" menu and then click in the browser area. -
What is the expected output? What do you see instead?
Expected: Menu closes since you clicked elsewhere
Result: Menu stays open -
Please provide any additional information below.
-
Does the cef log provide any relevant information? Doesn't look like it.
-
Any other background information that's relevant? Are you doing something out of the ordinary? 3rd party controls? Nope
-
-
Does this problem also occur in the
CEFSample Application from http://opensource.spotify.com/cefbuilds/index.html?
Nope (cef_binary_3.3538.1852.gcb937fc_windows64_client.tar.bz2)
Note: I have noticed that the following logic does not get hit in the broken state:
| if (message.Msg == WM_MOUSEACTIVATE) |