[webkit-reviews] review requested: [Bug 28733] [GTK] GtkIMContext filtering interferes with DOM key events : [Attachment 38597] Patch for this issue
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 25 22:30:43 PDT 2009
Martin Robinson <martin.james.robinson at gmail.com> has asked for review:
Bug 28733: [GTK] GtkIMContext filtering interferes with DOM key events
https://bugs.webkit.org/show_bug.cgi?id=28733
Attachment 38597: Patch for this issue
https://bugs.webkit.org/attachment.cgi?id=38597&action=review
------- Additional Comments from Martin Robinson
<martin.james.robinson at gmail.com>
I've added a patch which reorganizes EditorClientGtk to manage IME commits and
preedits in two stages.
1. When a commit or preedit is detected it will be recorded -- they always
happen during keydown.
2. When the next applicable keyup event happens these IME events will be
recorded in the field.
More information about the webkit-reviews
mailing list