[Webkit-unassigned] [Bug 32290] can`t input korean into lower all input box except adress input box in webkit gtk launcher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 2 08:36:33 PST 2010


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


Duy Nguyen <pclouds at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.james.robinson at gmail
                   |                            |.com, xan.lopez at gmail.com




--- Comment #3 from Duy Nguyen <pclouds at gmail.com>  2010-01-02 08:36:32 PST ---
It seems that scim generates preedit and commit signals properly. But for some
reason, the code that commits string in EditorClient::handleKeyboardEvent() is
only executed when I press whitespace key. As the result, string is queued up
in pendingComposition but never gets processed.

Martin, any idea how a keypressEvent is created? Is it possible that scim eats
all key press and release so keypressEvent is never created?

-- 
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