[Webkit-unassigned] [Bug 165004] The event order of keydown/keyup events and composition events are wrong on macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 22:30:19 PDT 2018


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

--- Comment #5 from Diogo Franco <diogomfranco at gmail.com> ---
See https://www.w3.org/TR/uievents/#events-composition-key-events and https://www.w3.org/TR/uievents/#events-composition-input-events for the spec. It is very specific that the `keydown` event that exits composition _must_ be sent with `isComposing === true`, but Safari sends them with `isComposing === false`.

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


More information about the webkit-unassigned mailing list