[Webkit-unassigned] [Bug 204672] New: [Win] 'key' property of keydown KeyboardEvent doesn't have the diacritic for alphabet key following a dead key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 03:08:47 PST 2019


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

            Bug ID: 204672
           Summary: [Win] 'key' property of keydown KeyboardEvent doesn't
                    have the diacritic for alphabet key following a dead
                    key
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[Win] 'key' property of keydown KeyboardEvent doesn't have the diacritic for alphabet key following a dead key

1. Switch the Windows keyboard layout to German
2. Start MiniBrowser
3. Open https://bug-202183-attachments.webkit.org/attachment.cgi?id=380407
4. typing [^] and [a] keys

Windows port is showing:

type:keydown key:Dead code:Equal
type:keyup key:Dead code:Equal
type:keydown key:a code:KeyA ★
type:keypress key:á code:KeyA
type:keyup key:a code:KeyA

On the other hand, Chrome and Firefox

type:keydown key:Dead code:Equal
type:keyup key:Dead code:Equal
type:keydown key:á code:KeyA ★
type:keypress key:á code:KeyA
type:keyup key:a code:KeyA

-- 
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/20191128/6a641733/attachment-0001.htm>


More information about the webkit-unassigned mailing list