[Webkit-unassigned] [Bug 32021] DRT's textInputController is unimplemented on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 01:49:27 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=32021


TAMURA, Kent <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkent at chromium.org




--- Comment #3 from TAMURA, Kent <tkent at chromium.org>  2010-01-06 01:49:27 PST ---
I investigated how to implement TextInputController.setMarkedText().

A) Emulate IME interaction
 It's hard to implement this. WebKit/win/WebView.cpp interacts with IMM32.DLL.
We need to make a mock IMM32.DLL, send WM_IME messages and respond to IMM32.DLL
calls.

B) Expose Editor::setComposition() via WebKit API
 This is simple, and Chromium does it. However this means we won't test the IME
handling code in WebView.cpp.

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



More information about the webkit-unassigned mailing list