-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
The IME is not always positioned correctly #413
Comments
Related CEF issues : |
The last update fixes the issue of the missing Chinese words but the IME position issue seems to be a CEF issue. |
Dear salvadordf, I am currently using version [100.0.4896.127], which is later than the reported issue. While experimenting with your Delphi_VCl Demo PopUpBrowser, I encountered an issue where I am unable to input Chinese characters in the child form. Subsequently, after reviewing the issue, I upgraded to version [119.0.6045.199] and retried the demo, only to find that it still does not support Chinese input. Could you kindly provide guidance on how to resolve this matter? Thank you! |
Hi, Sorry for the delay. I missed this message. Some of the CEF issues about this are closed : But the issue #3313 is still open. |
SimpleOSRBrowser doesn't type the Chinese word when the user presses the associated number on the IME.
The Delphi version doesn't show anything but the Lazarus version works.
SimpleOSRBrowser2 in Lazarus shows a question mark. This demo uses OpenGL and the panel control has different keyboard events than SimpleOSRBrowser.
The IME position is not always correct.
Check if the IME handler in cefclient has been translated correctly.
/tests/cefclient/browser/osr_ime_handler_win.cc
/tests/cefclient/browser/osr_window_win.cc
The text was updated successfully, but these errors were encountered: