-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Chinese IME input #211
Conversation
Hi, Thanks for your pull request. However, please clean it up so you use spaces (not tabs) and also consistent spacing around identifiers, like the rest of the code base. (See the "Files Changes" tab and I think you will get what I mean.) |
ok~ |
你修改的版本是WinForm的么?我在WPF版本里面输入法依然没法使用,求解决 |
@jstdoit I don't know whether this commit has been accepted or not.you may copy my changes into your own code. |
@perlun I pull your CefSharp1 branch, then I run the wpf example, the input pad still not follows the caret. as screenshot attached. |
I found WinForm uses ImeMode to set Ime behaviors, link:http://msdn.microsoft.com/en-us/library/system.windows.forms.imemode(v=vs.110).aspx |
@jstdoit - generally, "open pull request" means that it has not been accepted. In this case because of some space/tabs issues. Will look into it to see if I can get it sorted out. |
…1-CefSharp1, so we can work towards closing #211.
…errors was introduced in the PR though, some was pre-existent)
@jstdoit - I've now merged the PR, so please give it a try now to verify if it works. (by compiling CefSharp1 from source) @shen6041 - Please, could you take a look if CefSharp3 is affected by the same issues, and if so, submit PR:s towards that branch also? Otherwise, we will run into the exact same issues there, once that branch goes live... |
Not that I'm aware of unfortunately. 😞 Someone who actually has this equipment should take a look at it, I suggest, and make a PR that fixes the remaining issues. Care to give it a try? It's much harder for me, since I use a standard Swedish keyboard (which is basically A-Z + a few Scandinavian characters like åäö...), and don't own an IME pad. Thanks in advance. |
@perlun I just want to help to do something, but I'm not that used to C#, but I can suggest you to install one. :-) |
@jstdoit there is some apis that can set window position,which may be helpfull to solve this ime pad following problem,i will look into it. |
@perlun ok,i will look into it if get time avaliable. |
@shen6041 Come on, spring festival is coming 💯 |
朋友你好,请问是学习cefsharp项目的吗?如果是敬请加入中国区cefsharp学习交流qq群 211927319,很多问题或许根本就不是问题,只是我们对程序了解太少,不妨一起学习,真正遇到问题的时候,再来这里开辟issue麻烦作者更好 |
Chinese、Japanese IME input text can be recieved,but with IME pad still not following the caret.