Title: [165089] trunk/Source/WebKit2
- Revision
- 165089
- Author
- [email protected]
- Date
- 2014-03-04 18:14:35 -0800 (Tue, 04 Mar 2014)
Log Message
[iOS][WK2] WKScrollView should be able to cancel touches in content view
https://bugs.webkit.org/show_bug.cgi?id=129711
Patch by Benjamin Poulain <[email protected]> on 2014-03-04
Reviewed by Simon Fraser.
* UIProcess/ios/WKScrollView.mm:
We should not override UIWebScrollView behavior regarding touch cancellation otherwise we force
other gesture recognizers to fail if delayed touches have been dispatched.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (165088 => 165089)
--- trunk/Source/WebKit2/ChangeLog 2014-03-05 02:13:16 UTC (rev 165088)
+++ trunk/Source/WebKit2/ChangeLog 2014-03-05 02:14:35 UTC (rev 165089)
@@ -1,5 +1,16 @@
2014-03-04 Benjamin Poulain <[email protected]>
+ [iOS][WK2] WKScrollView should be able to cancel touches in content view
+ https://bugs.webkit.org/show_bug.cgi?id=129711
+
+ Reviewed by Simon Fraser.
+
+ * UIProcess/ios/WKScrollView.mm:
+ We should not override UIWebScrollView behavior regarding touch cancellation otherwise we force
+ other gesture recognizers to fail if delayed touches have been dispatched.
+
+2014-03-04 Benjamin Poulain <[email protected]>
+
[iOS][WK2] Consider the entire view state on update to find if a change is stable or not
https://bugs.webkit.org/show_bug.cgi?id=129721
Modified: trunk/Source/WebKit2/UIProcess/ios/WKScrollView.mm (165088 => 165089)
--- trunk/Source/WebKit2/UIProcess/ios/WKScrollView.mm 2014-03-05 02:13:16 UTC (rev 165088)
+++ trunk/Source/WebKit2/UIProcess/ios/WKScrollView.mm 2014-03-05 02:14:35 UTC (rev 165089)
@@ -86,11 +86,6 @@
WKScrollViewDelegateForwarder *_delegateForwarder;
}
-- (BOOL)touchesShouldCancelInContentView:(UIView *)contentView
-{
- return NO;
-}
-
- (void)setInternalDelegate:(id <UIScrollViewDelegate>)internalDelegate
{
if (internalDelegate == _internalDelegate)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes