Skip to content
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

win10 The input method does not support Chinese #1709

Closed
tkggusraqk opened this issue Jun 14, 2016 · 8 comments
Closed

win10 The input method does not support Chinese #1709

tkggusraqk opened this issue Jun 14, 2016 · 8 comments

Comments

@tkggusraqk
Copy link

tkggusraqk commented Jun 14, 2016

  • What version of the product are you using?
    • nuget "49.0.1
  <package id="CefSharp.Common" version="49.0.1" targetFramework="net45" />
  <package id="CefSharp.Wpf" version="49.0.1" targetFramework="net45" />
  • What architecture x86 or x64?
    x86
  • On what operating system?
    • win10
  • Are you using WinForms, WPF or OffScreen?
    WPF
  • What steps will reproduce the problem?
    open http://www.baidu.com ,Chinese input method is used to search, input methods not on screen
  • What is the expected output? What do you see instead?
  • Please provide any additional information below.
    http://v1.freep.cn/3tb_16061417304492xk512293.jpg
@amaitland
Copy link
Member

Duplicate of #1262

@fjch1997
Copy link

I have the same issue with input methods. They are not working on any website. And on my end, IME crashes the whole application when typing in address bar with IME enabled (No need to actually commit the character. It crashes when any key is pressed with IME enabled).

There is, however, a workaround avaliable. Steam is using CEF too and it uses a dialog to accept IME input and push the result to the web control programmatically when user press enter. So I guess this is an upstream issue since Steam is not using CefSharp but CEF itself.

@fjch1997
Copy link

OK.... I was writing my comment when you closed it

@amaitland
Copy link
Member

So I guess this is an upstream issue since Steam is not using CefSharp but CEF itself.

It is an issue with CEF for which is there a workaround already listed in #1262 the relevant commit is 7eafe62

@amaitland
Copy link
Member

@tkggusraqk @fjch1997 In future please take the time to research before posting, a simple search for IME would have found you an open issue. The GitHub search above is pretty amazing, will search through code and issues.

https://github.com/cefsharp/CefSharp/search?q=ime&type=Issues&utf8=%E2%9C%93

@tkggusraqk
Copy link
Author

@amaitland #1262 Did not solve the problem, the latest version of this problem still exists

@amaitland
Copy link
Member

@amaitland #1262 Did not solve the problem, the latest version of this problem still exists

@tkggusraqk There is a workaround listed in #1262, if you've used the workaround and it didn't work then there is nothing I can do, the problem needs to be resolved in the CEF framework.

@tkggusraqk
Copy link
Author

@amaitland Thank you very much,use winfrom dll no problem ,but I was wpf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants