Title: [188109] trunk/Source/WebKit2
Revision
188109
Author
enr...@apple.com
Date
2015-08-06 20:27:23 -0700 (Thu, 06 Aug 2015)

Log Message

Cleanup action sheet only when long press is canceled (non ended).
https://bugs.webkit.org/show_bug.cgi?id=147766
rdar://problem/22181842

Reviewed by Tim Horton.

* UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView _longPressRecognized:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (188108 => 188109)


--- trunk/Source/WebKit2/ChangeLog	2015-08-07 02:54:46 UTC (rev 188108)
+++ trunk/Source/WebKit2/ChangeLog	2015-08-07 03:27:23 UTC (rev 188109)
@@ -1,3 +1,14 @@
+2015-08-06  Enrica Casucci  <enr...@apple.com>
+
+        Cleanup action sheet only when long press is canceled (non ended).
+        https://bugs.webkit.org/show_bug.cgi?id=147766
+        rdar://problem/22181842
+
+        Reviewed by Tim Horton.
+
+        * UIProcess/ios/WKContentViewInteraction.mm:
+        (-[WKContentView _longPressRecognized:]):
+
 2015-08-05  Filip Pizlo  <fpi...@apple.com>
 
         Lightweight locks should be adaptive

Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm (188108 => 188109)


--- trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-08-07 02:54:46 UTC (rev 188108)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm	2015-08-07 03:27:23 UTC (rev 188109)
@@ -1091,7 +1091,6 @@
     }
         break;
     case UIGestureRecognizerStateCancelled:
-    case UIGestureRecognizerStateEnded:
         [_actionSheetAssistant cleanupSheet];
         break;
     default:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to