Bug 199392

Summary: Left and right option key has Unidentified key identifier
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: EasyFix, InRadar, PlatformOnly
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: iOS 12   
URL: https://w3c.github.io/uievents/tools/key-event-viewer.html
Bug Depends on:    
Bug Blocks: 190571    
Attachments:
Description Flags
For the bots; looking for tests
none
Patch none

Description Daniel Bates 2019-07-01 19:14:01 PDT
Steps to reproduce:

1. Visit <https://w3c.github.io/uievents/tools/key-event-viewer.html>.
2. Focus the text field and press either the left or right Option key (Alt).

I see code “Unidentified”. But the the key identifier (“code”) should be AltLeft and AltRight, respectively.
Comment 1 Radar WebKit Bug Importer 2019-07-01 19:15:02 PDT
<rdar://problem/52497604>
Comment 2 Daniel Bates 2019-07-01 19:41:52 PDT
Created attachment 373301 [details]
For the bots; looking for tests
Comment 3 Daniel Bates 2019-07-02 09:54:48 PDT
Created attachment 373335 [details]
Patch
Comment 4 Daniel Bates 2019-07-02 10:04:12 PDT
Comment on attachment 373335 [details]
Patch

Clearing flags on attachment: 373335

Committed r247055: <https://trac.webkit.org/changeset/247055>
Comment 5 Daniel Bates 2019-07-02 10:04:13 PDT
All reviewed patches have been landed.  Closing bug.