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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 14:30:23 PST 2019


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

            Bug ID: 193255
           Summary: [iOS] Command + . key events to non-editable elements
                    have incorrect key details
           Product: WebKit
           Version: WebKit Local Build
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
            Blocks: 190571

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.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=190571
[Bug 190571] ☂️ [iOS] Improve keyboard support
-- 
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/20190108/fcdd9367/attachment.html>


More information about the webkit-unassigned mailing list