RESOLVED FIXED 146732
[iOS] Keyboard shortcuts that take focus away from the web view end up typing a letter into the newly focused field
https://bugs.webkit.org/show_bug.cgi?id=146732
Summary [iOS] Keyboard shortcuts that take focus away from the web view end up typing...
mitz
Reported 2015-07-08 10:38:05 PDT
<rdar://problem/21669397> For example, Command-L focuses the Safari Smart Search Field but then also types a lowercase L into it.
Attachments
Check if the web view is still first responder when handling key events (1.39 KB, patch)
2015-07-08 10:40 PDT, mitz
sam: review+
Check if content is editable before forwarding events to the keyboard (3.51 KB, patch)
2015-07-23 14:43 PDT, mitz
darin: review+
mitz
Comment 1 2015-07-08 10:40:52 PDT
Created attachment 256384 [details] Check if the web view is still first responder when handling key events
mitz
Comment 2 2015-07-08 10:50:03 PDT
mitz
Comment 3 2015-07-23 14:36:56 PDT
Reopening because this isn’t fixed yet.
mitz
Comment 4 2015-07-23 14:43:52 PDT
Created attachment 257386 [details] Check if content is editable before forwarding events to the keyboard
mitz
Comment 5 2015-07-23 16:08:29 PDT
Note You need to log in before you can comment on or make changes to this bug.