[Webkit-unassigned] [Bug 28733] [GTK] GtkIMContext filtering interferes with DOM key events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 10:29:02 PDT 2009


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





--- Comment #3 from Martin Robinson <martin.james.robinson at gmail.com>  2009-08-26 10:29:02 PDT ---
I agree that tests should come along with this patch.

The source of problems in GTK+ with IME events is that the "System (Simple)"
input method (and perhaps others) treats non-IME input like IME input. That
means that when you press 'a' that keypress is filtered by the IMContext and an
IME committed event happens soon after.

As far as the behavior of normal key events, the expected behavior comes from
both FireFox (Linux) and WebKit (Mac). Here are a couple pertinent links on the
topic as well:

- https://bugs.webkit.org/show_bug.cgi?id=25119
- https://lists.webkit.org/pipermail/webkit-dev/2007-December/002992.html

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