Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


I have created this project based on the work done by [@Antoyo](https://github.com/Antonyo/CefSharp/tree/IME_Support) here - https://github.com/Antonyo/CefSharp/tree/IME_Support
Idea is to create a CEF based IME without touching the internal C++ code. But, looks like there is a bug with cursor position
and [@Antoyo](https://github.com/Antonyo/CefSharp/tree/IME_Support) has fixed that [here](https://github.com/Antonyo/CefSharp/commit/f39c4bd6d31d67c878367744ec9e45e5e9911bfa)
Expand All @@ -8,4 +10,4 @@ The [CEFSHARP](https://github.com/cefsharp/CefSharp) code needs to be changed to
[IME Candidate Window](https://github.com/cefsharp/CefSharp/issues/1262#issuecomment-450226821) is not getting set correctly.

**UPDATE**
Fixed it here now https://github.com/angshuman-agarwal/CEFSHAPRP_WPF/tree/ime_candidate_window_fix
Fixed it here now https://github.com/angshuman-agarwal/CEFSHARP_WPF/tree/ime_candidate_window_fix