Bug 133383

Summary: Need to notify the keyboard about every KeyDown event
Product: WebKit Reporter: Enrica Casucci <enrica>
Component: WebKit2Assignee: Enrica Casucci <enrica>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: Unspecified   
Attachments:
Description Flags
Patch benjamin: review+

Enrica Casucci
Reported 2014-05-29 12:15:08 PDT
A key down will generate most of the time a call to the keyboard to add input or delete. But the key down could be handled by JavaScript and its default prevented. We need to notify the keyboard in every case to allow updating its internal state about what has been typed. <rdar://problem/16633975>
Attachments
Patch (3.68 KB, patch)
2014-05-29 12:22 PDT, Enrica Casucci
benjamin: review+
Enrica Casucci
Comment 1 2014-05-29 12:22:43 PDT
Benjamin Poulain
Comment 2 2014-05-29 14:22:21 PDT
Comment on attachment 232258 [details] Patch Sure.
Enrica Casucci
Comment 3 2014-05-29 14:48:29 PDT
Committed revision 169466.
Note You need to log in before you can comment on or make changes to this bug.