RESOLVED FIXED 175615
Update to changeSelectionWithTouchAt:baseIsStart:withFlags:
https://bugs.webkit.org/show_bug.cgi?id=175615
Summary Update to changeSelectionWithTouchAt:baseIsStart:withFlags:
Megan Gardner
Reported 2017-08-15 20:26:18 PDT
Update to changeSelectionWithTouchAt:baseIsStart:withFlags:
Attachments
Patch (7.60 KB, patch)
2017-08-15 20:35 PDT, Megan Gardner
thorton: review+
Megan Gardner
Comment 1 2017-08-15 20:35:46 PDT
Tim Horton
Comment 2 2017-08-16 16:06:44 PDT
Comment on attachment 318219 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=318219&action=review > Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:2551 > + selectionChangedWithGesture(self, point, gestureType, gestureState, flags | innerFlags, error); are the flags handed back from selectWithGesture UIWKSelectionFlags? why are we ORing them together? should we pass flags into selectWithGesture and then back out, instead? it's kind of unusual to smush them together like this (but maybe it makes sense?)
Megan Gardner
Comment 3 2017-08-17 18:39:38 PDT
Radar WebKit Bug Importer
Comment 4 2017-08-17 18:40:43 PDT
Note You need to log in before you can comment on or make changes to this bug.