Summary: | Add a variant of -selectPositionAtPoint that can select an arbitrary point | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> | ||||||||
Component: | WebKit Misc. | Assignee: | Daniel Bates <dbates> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | webkit-bug-importer, wenson_hsieh | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Local Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Daniel Bates
2020-01-23 16:01:13 PST
Created attachment 388607 [details]
Patch
Comment on attachment 388607 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=388607&action=review > Source/WebKit/UIProcess/ios/WKContentViewInteraction.h:450 > +- (void)_selectPositionAtPoint:(CGPoint)point stayingWithinFocusedElement:(BOOL)isInteractingWithFocusedElement completionHandler:(void (^)(void))completionHandler; isInteractingWithFocusedElement => stayingWithinFocusedElement Created attachment 388609 [details]
To Land
Comment on attachment 388609 [details] To Land Clearing flags on attachment: 388609 Committed r255042: <https://trac.webkit.org/changeset/255042> All reviewed patches have been landed. Closing bug. Reopening to attach new patch. Created attachment 390091 [details] To land after bug #207366 Patch now formally depends on bug #207366. This simplifies the patch as I no longer need to add Mac- and iOS-specific results. |