Skip to content

Winform ImeCommitText Method do not work #3267

Closed
@Green1ee

Description

@Green1ee

For Example:

        Task.Run(async delegate
            {
                var host = this.chromeBrowser.GetBrowserHost();

                host.SendMouseClickEvent(843, 270, MouseButtonType.Left, false, 1, CefEventFlags.None);
                host.SendMouseClickEvent(843, 270, MouseButtonType.Left, true, 1, CefEventFlags.None);
                await Task.Delay(3000);
                host.ImeCommitText("words", null, 0);  // run successfully, but no effect.
            }
        );

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamThese issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions