Hi, Hallvord-
The testing we did on this issue was inconsistent between different
implementations in combination with different IMEs. So, we did add a
note mentioning possible key suppression.
http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#key-IME-suppress
Please let us know if this satisfies your issue.
Regards-
-Doug
Web Applications Working Group Issue Tracker wrote (on 10/6/10 2:16 AM):
ISSUE-137 (IME-keypress): Should keypress events fire when using an IME? [DOM3
Events]
http://www.w3.org/2008/webapps/track/issues/137
Raised by: Doug Schepers
On product: DOM3 Events
Hallvord R. M.
Steen<http://lists.w3.org/Archives/Public/www-dom/2010JulSep/0176.html>:
[[
current spec text says about the keypress event:
This event type shall be generated after the keyboard mapping
but before the processing of an input method editor, normally
associated with the dispatching of a compositionstart, compositionupdate,
or compositionend event.
I think this is wrong, if an IME is actively processing the input no
keypress event should fire.
]]