[Webkit-unassigned] [Bug 40518] [GTK] Last Hangul letter is typed again when a composition is finished with mouse press

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 10 08:33:39 PDT 2010


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





--- Comment #14 from Martin Robinson <mrobinson at webkit.org>  2010-08-10 08:33:38 PST ---
This patch looks good to me, except that m_preventNextCompositionCommit = false; should probably happen at the beginning of EditorClient::handleInputMethodKeydown(KeyboardEvent* event). Many keystrokes result in a composition commit during time they are passed to the IM context (such as ones for simple). You should be able to see this bug if you prevent the next composition and then switch to the context to simple and type any letter.

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