[Webkit-unassigned] [Bug 169209] Punctuation characters in Sogou IME have no keypress event and no composition events and also have inconsistent input/textinput ordering.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 31 16:58:05 PDT 2017


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

Beth Dakin <bdakin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdakin at apple.com

--- Comment #2 from Beth Dakin <bdakin at apple.com> ---
Wenson investigated this, and he found 4 separate issues:

1. Composition events are never fired (it looks like Google Chrome 57.0.2987.110 exhibits the same behavior though)
2. Input events precede keydown/keyup
3. The keypress event is never fired
4. The keyCodes of the keydown and keyup events do not match (229 vs. 190 in the case of ‘。’)

Dominic said that if we can fix #3 or #4, that would be most useful. 

So let's repurpose this bug to represent #4, and I will clone it for the other 3 issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170331/6b561358/attachment.html>


More information about the webkit-unassigned mailing list