blob: 4bd7b5a4cbd50ffba98ac5ef9b47d35b853dad05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp
===================================================================
--- webkit-gtk-0.1+svnr28656-r4.orig/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:41:55.000000000 +0000
+++ webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:42:17.000000000 +0000
@@ -183,6 +183,7 @@
hildon_gtk_im_context_filter_event(webViewData->imContext, (GdkEvent*)event);
hildon_gtk_im_context_show(webViewData->imContext);
#endif
+ gtk_im_context_focus_in(webViewData->imContext);
}
return frame->eventHandler()->handleMouseReleaseEvent(PlatformMouseEvent(event));
|