Alex Maitland

Results 208 comments of Alex Maitland

> https://bitbucket.org/chromiumembedded/cef/issues/1675/inline-ime-support-nstextinput-protocol-in I have created wrappers for the methods exposed see https://github.com/cefsharp/CefSharp/commit/fdd08896d741fdd9c75decc4c5632c2e95de3fe0 This takes care of the `C++` step, now it's up to someone else to finish the implementation and...

I intend to cleanup this issue, removing unnecessary comments and condensing the issue down to the relevant information for the current version. I will do this in roughly two weeks....

**NOTE** Many of the old comments that are no longer relevant have been removed, here is a summary of the current sate of `IME` when using the `WPF` version of...

#2599 has now been resolved you should be able to pass in a `Replacement` range and I've made the keyboard handlers more extensible in https://github.com/cefsharp/CefSharp/commit/a1ccca77b872d8ee75d7f182d9de17be6576a9d5 These changes will be in...

I've just merged #2757 which is a port of #2749 You can enable `IME` by the keyboard handler ```c# browser.WpfKeyboardHandler = new WpfImeKeyboardHandler(browser); ``` There's potentially some changes that @angshuman-agarwal...

> IME implementation in WPF which supports Japanese, Chinese, Korean languages. @mol The changes merged in #2757 are based on #2749, which reports being testing on the languages listed above....

Changes are accepted in the form of pull requests. Search for GitHub pull request and you'll find instructions on how to create one.

> By changing the background color to transparent, the IME text is displayed regardless of the background color of the web page. Does anyone have an objection to the background...

We should add a legacy binding test to the `Net Core` implementation and reorder so the `netcore` tests run first. See if the problem is anyway related to the `WCF`...

Tests are failing consistently now when run via [Appveyor](https://ci.appveyor.com/project/cefsharp/cefsharp/builds/41586417). Test will be skipped when run under `AppVeyor`.