Changeset 187255 in webkit
- Timestamp:
- Jul 23, 2015, 3:00:16 PM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r187253 r187255 1 2015-07-23 Yongjun Zhang <yongjun_zhang@apple.com> 2 3 Adopt the new _previewItemControllerDidCancelPreview delegate method. 4 https://bugs.webkit.org/show_bug.cgi?id=147238 5 6 Don't allow hightlight long press to trigger tap if the link preview is cancelled because 7 the link is not preview-able. 8 9 Reviewed by Beth Dakin. 10 11 * UIProcess/ios/WKContentViewInteraction.mm: 12 (-[WKContentView _previewItemControllerDidCancelPreview:]): 13 1 14 2015-07-23 Enrica Casucci <enrica@apple.com> 2 15 -
trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm
r187212 r187255 3399 3399 } 3400 3400 3401 - (void)_previewItemControllerDidCancelPreview:(UIPreviewItemController *)controller 3402 { 3403 _highlightLongPressCanClick = NO; 3404 } 3405 3401 3406 @end 3402 3407
Note:
See TracChangeset
for help on using the changeset viewer.