Bug 191389

Summary: [iOS] Support deleting to the start of the line and to the end of the line
Product: WebKit Reporter: Daniel Bates <dbates>
Component: PlatformAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: megan_gardner, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: iPhone / iPad   
OS: iOS 12   
See Also: https://bugs.webkit.org/show_bug.cgi?id=191381
Bug Depends on:    
Bug Blocks: 190571    
Attachments:
Description Flags
Patch none

Description Daniel Bates 2018-11-07 11:46:18 PST
We should support the key commands to delete to the start of the line and to the end of the line to match platform conventions. The key command to delete to the start of the line and to delete to the end of the line is Command + Delete and Control + K, respectively.
Comment 1 Radar WebKit Bug Importer 2018-11-07 11:46:31 PST
<rdar://problem/45883972>
Comment 2 Daniel Bates 2018-11-07 11:50:43 PST
Created attachment 354120 [details]
Patch

It is not straighforward to test this change. See bug #191381, comment 2.
Comment 3 Daniel Bates 2018-11-07 14:14:24 PST
Comment on attachment 354120 [details]
Patch

Clearing flags on attachment: 354120

Committed r237945: <https://trac.webkit.org/changeset/237945>
Comment 4 Daniel Bates 2018-11-07 14:14:26 PST
All reviewed patches have been landed.  Closing bug.