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

Handle Chinese IME input #211

Merged
merged 7 commits into from
Jan 21, 2014
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update WebView.cpp
shen6041 committed Nov 11, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c3e35ee9c6feb0419023d47564eb45e4bef583dd
4 changes: 2 additions & 2 deletions CefSharp.Wpf/WebView.cpp
Original file line number Diff line number Diff line change
@@ -202,9 +202,9 @@ namespace CefSharp
}
}

void WebView::OnPreviewTextInput(TextCompositionEventArgs^ e)
void WebView::OnPreviewTextInput(TextCompositionEventArgs^ e)
{
CefRefPtr<CefBrowser> browser;
CefRefPtr<CefBrowser> browser;
if (!TryGetCefBrowser(browser))
{
return;