[Webkit-unassigned] [Bug 193255] [iOS] Command + . key events to non-editable elements have incorrect key details

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 9 14:58:23 PST 2019


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

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
(In reply to Daniel Bates from comment #0)
> Seen on iOS using a hardware keyboard.
> 
> Steps to reproduce:
> 
> 1. Visit <https://unixpapa.com/js/testkey.html>.
> 2. Ensure Modifiers and DOM 3 attribute values are enabled.
> 3. Press Command + . on the keyboard.
> 
> Then the properties keyCode, which, charCode and key have values 85, 85, 85,
> and UIKeyInputEscape, respectively. But the values of these properties
> should be 27, 27, 0, and Escape, respectively to match Mac.

Actually, on Mac we do not convert Command + . to Escape.

-- 
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/20190109/53a415fd/attachment.html>


More information about the webkit-unassigned mailing list