[Webkit-unassigned] [Bug 193258] New: [iOS] Command + . key events to editable elements should look Escape key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 14:39:06 PST 2019


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

            Bug ID: 193258
           Summary: [iOS] Command + . key events to editable elements
                    should look Escape key
           Product: WebKit
           Version: WebKit Local Build
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Keywords: PlatformOnly
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

On iOS, Command + . maps to Escape. Currently the behavior of Command + . differs whether the key events are dispatched to an editable or non-editable element. We want Command + . to behave as if the Escape key was pressed for key events dispatched to non-editable elements.

You can observe this difference by using a hardware keyboard and performing the following:

1. Visit <https://unixpapa.com/js/testkey.html>.
2. Ensure Modifiers and DOM 3 attribute values are enabled.
3. Press Command + . on the keyboard.
4. Focus the text field.
5. Press Command + . on the keyboard.

Compare the logged output emitted after (3) and (4).

-- 
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/77b52e26/attachment-0001.html>


More information about the webkit-unassigned mailing list