[Webkit-unassigned] [Bug 174782] KeyboardEvent#key reports lowecase letter with Shift+Cmd

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 03:57:39 PDT 2020


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

Marijn Haverbeke <marijnh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marijnh at gmail.com

--- Comment #6 from Marijn Haverbeke <marijnh at gmail.com> ---
I want to argue that conforming to other platforms and browsers is more important than conforming to the native behavior. Safari runs web apps, which target the web in general, and having to special-case key handling per platform is antithetical to that.

Specifically, I maintain a library that allows client code to specify key maps, and uses KeyboardEvent.key in its key dispatching logic. Having such bindings work differently across browsers and platforms is obviously causing problems for my users.

-- 
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/20200313/9460e59b/attachment.htm>


More information about the webkit-unassigned mailing list