[Webkit-unassigned] [Bug 14120] [GDK] Support input methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 18:25:16 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14120





------- Comment #5 from alp at atoker.com  2007-12-11 18:25 PDT -------
That is e(In reply to comment #4)
> I tested the patch. I need the input method support to input Korean. I used
> search text field on Korean Wikipedia to test.
> 
> 1. X Input Method did not work at all.
> 2. imhangul (GTK+ input module) did change something, but produced garbage
> characters.
> 3. I tried to test IPA, but I found no way to select different GTK+ input
> module. I usually do that by using context menu. (I could switch to imhangul
> with hot key though.)
> 

This is exactly what I'd expect. As the ChangeLog entry explained, the patch
only implements the infrastructure for IM support, but happens to be sufficient
for limited virtual keyboard support on mobile devices already.

The work to go from here to getting complete support is pretty clear. We just
need to implement the various IM signals and functions in terms of
EditorClientGtk. The one change we'll need to make outside of EditorClientGtk
is to add a new field to PlatformKeyboardEvent.h to pass around the GDK event
-- this is the exact same strategy the Mac port uses.

Completing this feature would only take maybe half a day for someone with
WebKit/GTK+ experience.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list