RESOLVED FIXED 191381
[iOS] Option + Delete should delete previous word
https://bugs.webkit.org/show_bug.cgi?id=191381
Summary [iOS] Option + Delete should delete previous word
Daniel Bates
Reported 2018-11-07 10:05:30 PST
We should recognize the key command Option + Delete and delete the previous word to more closely match iOS platform conventions.
Attachments
Patch (1.55 KB, patch)
2018-11-07 10:22 PST, Daniel Bates
no flags
Patch (1.62 KB, patch)
2018-11-07 11:37 PST, Daniel Bates
no flags
Daniel Bates
Comment 1 2018-11-07 10:05:48 PST
Daniel Bates
Comment 2 2018-11-07 10:22:32 PST
Created attachment 354104 [details] Patch It is not straightforward to write a test for this change because UIKit determines the modifier keys pressed (e.g. Option) by querying the keyboard directly. We could mock out the underlying keyboard though this seems fragile.
Daniel Bates
Comment 3 2018-11-07 11:37:35 PST
Daniel Bates
Comment 4 2018-11-07 14:12:02 PST
Comment on attachment 354116 [details] Patch Clearing flags on attachment: 354116 Committed r237943: <https://trac.webkit.org/changeset/237943>
Daniel Bates
Comment 5 2018-11-07 14:12:04 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.