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

Description Daniel Bates 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.
Comment 1 Radar WebKit Bug Importer 2019-05-09 14:01:12 PDT
<rdar://problem/50636274>
Comment 2 Daniel Bates 2019-05-09 14:25:24 PDT
Created attachment 369521 [details]
Patch
Comment 3 Brent Fulgham 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! :-)
Comment 4 Daniel Bates 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 😀
Comment 5 Daniel Bates 2019-05-09 15:59:03 PDT
Created attachment 369528 [details]
To land
Comment 6 Daniel Bates 2019-05-09 15:59:43 PDT
Committed r245161: <https://trac.webkit.org/changeset/245161>