[Webkit-unassigned] [Bug 224039] Wrong keyCode with composition start with ControlKey

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 16:18:51 PDT 2021


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

Smoley <smoley at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |smoley at apple.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Smoley <smoley at apple.com> ---
Thanks for filing, this does not reproduce for me on the latest macOS 11.3 Beta with Safari 14.1, on the latest iOS 14.5 beta or with TOT 14.2 using the provided test case.

I see:
TYPE(keydown) KEY(Control) CODE(ControlLeft) KEY_CODE(17)
TYPE(keydown) KEY(c) CODE(KeyC) KEY_CODE(67)
TYPE(keyup) KEY(Control) CODE(ControlLeft) KEY_CODE(17)
TYPE(keyup) KEY(c) CODE(KeyC) KEY_CODE(67)

-- 
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/20210407/67e766ba/attachment.htm>


More information about the webkit-unassigned mailing list