Bug 194505 - [iOS] Adopt SPI to support Emacs bindings: transpose and delete to end of paragraph
Summary: [iOS] Adopt SPI to support Emacs bindings: transpose and delete to end of par...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Local Build
Hardware: iPhone / iPad iOS 12
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2019-02-11 10:31 PST by Daniel Bates
Modified: 2019-02-11 17:04 PST (History)
5 users (show)

See Also:


Attachments
Patch and layout tests (9.37 KB, patch)
2019-02-11 10:34 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch and layout tests (9.34 KB, patch)
2019-02-11 10:35 PST, Daniel Bates
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>