Bug 197753

Summary: [iOS] Numpad comma key has incorrect keyIdentifier property
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar, PlatformOnly
Version: WebKit Local Build   
Hardware: iPhone / iPad   
OS: iOS 12   
Bug Depends on:    
Bug Blocks: 190571    
Attachments:
Description Flags
Patch
none
To land none

Daniel Bates
Reported 2019-05-09 14:00:37 PDT
On JIS keyboards they have a Num Pad Comma key. DOM key events dispatched when this key are pressed and released have keyIdentifier property equal to Unidentified instead of Numpad Comma. We should fix this.
Attachments
Patch (12.95 KB, patch)
2019-05-09 14:25 PDT, Daniel Bates
no flags
To land (12.82 KB, patch)
2019-05-09 15:59 PDT, Daniel Bates
no flags
Radar WebKit Bug Importer
Comment 1 2019-05-09 14:01:12 PDT
Daniel Bates
Comment 2 2019-05-09 14:25:24 PDT
Brent Fulgham
Comment 3 2019-05-09 14:32:03 PDT
Comment on attachment 369521 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369521&action=review Japanese keyboard users will be very happy! r=me. > Source/WebCore/ChangeLog:14 > + ",", which is what. which is what WHAT! :-)
Daniel Bates
Comment 4 2019-05-09 14:38:43 PDT
(In reply to Brent Fulgham from comment #3) > Comment on attachment 369521 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=369521&action=review > > Japanese keyboard users will be very happy! r=me. > > > Source/WebCore/ChangeLog:14 > > + ",", which is what. > > which is what WHAT! :-) Haha. What we wanted 😀
Daniel Bates
Comment 5 2019-05-09 15:59:03 PDT
Daniel Bates
Comment 6 2019-05-09 15:59:43 PDT
Note You need to log in before you can comment on or make changes to this bug.