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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 22:34:27 PDT 2021


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

            Bug ID: 224039
           Summary: Wrong keyCode with composition start with ControlKey
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: iOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: springhack at gmail.com

Created attachment 424871

  --> https://bugs.webkit.org/attachment.cgi?id=424871&action=review

simple html file to test keyCode

When use some web emulate terminal I found `ctrl-c` not work as expect, it fire `enter` key finally, so I make a simple html code to test; it show keyCode of `ctrl` is `17` and `keyCode` of `c` is `67`, but `ctrl-c` is `13` which is the keyCode of `enter` key.

Try think about this operation, if I type `rm -rf /` then I found it wrong, so I press `ctrl-c` intent to cancel this operation, but it finally delete all my files, so I think it's a terrible bug.

-- 
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/20210401/c9e5574d/attachment-0001.htm>


More information about the webkit-unassigned mailing list