Skip to content

Message interceptor no longer intercepts WinForms messages #2579

@SirIntellegence

Description

@SirIntellegence
  • 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, WPF or OffScreen? WinForms

  • What steps will reproduce the problem?
    Using CefSharp.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 CEF Sample 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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions