Hey all.
We are currently using CefSharp.WPF in our application. One of the requirements is the ability to accept IME input.
Looking at the code in the CefSharp.Wpf.Example, I was able to get it working, but our testers have issue with the fact that the IME dialog appears at the top of the page, rather than where the cursor is.
Trawling through the issues, I know there were issues with the actual acceptance of IME keys, but I haven't found anything pertaining to the positioning of the IME dialog.
The closest I've found was this issue :
https://bitbucket.org/chromiumembedded/cef/issue/798/out-of-focus-while-entering-ime , but that was related to Chromium itself, and the latest test builds seem to work fine (as does the WinForms demo).
For the record, I'm using the version 41 nuget package.
Let me know if you need more information.