Bug 194505

Summary: [iOS] Adopt SPI to support Emacs bindings: transpose and delete to end of paragraph
Product: WebKit Reporter: Daniel Bates <dbates>
Component: HTML EditingAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: megan_gardner, rniwa, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar, PlatformOnly
Version: WebKit Local Build   
Hardware: iPhone / iPad   
OS: iOS 12   
Attachments:
Description Flags
Patch and layout tests
none
Patch and layout tests thorton: review+

Description Daniel Bates 2019-02-11 10:31:32 PST
Adopt UIKit SPI added in <rdar://problem/44928156> to support Control + t and Control + k to transpose and delete to the end of the line/paragraph, respectively.
Comment 1 Daniel Bates 2019-02-11 10:31:42 PST
<rdar://problem/47743533>
Comment 2 Daniel Bates 2019-02-11 10:34:20 PST
Created attachment 361694 [details]
Patch and layout tests
Comment 3 Daniel Bates 2019-02-11 10:35:42 PST
Created attachment 361695 [details]
Patch and layout tests
Comment 4 Daniel Bates 2019-02-11 17:04:23 PST
Committed r241284: <https://trac.webkit.org/changeset/241284>