RESOLVED FIXED 133702
[iOS][WK2] ScrollingTreeOverflowScrollingNode does not use asynchronous touch dispatch
https://bugs.webkit.org/show_bug.cgi?id=133702
Summary [iOS][WK2] ScrollingTreeOverflowScrollingNode does not use asynchronous touch...
Benjamin Poulain
Reported 2014-06-10 15:40:56 PDT
[iOS][WK2] ScrollingTreeOverflowScrollingNode does not use asynchronous touch dispatch
Attachments
Patch (12.65 KB, patch)
2014-06-10 15:43 PDT, Benjamin Poulain
simon.fraser: review+
Benjamin Poulain
Comment 1 2014-06-10 15:43:58 PDT
Simon Fraser (smfr)
Comment 2 2014-06-10 16:50:19 PDT
Comment on attachment 232822 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232822&action=review > Source/WebKit2/UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.h:48 > + Extra line. > Source/WebKit2/UIProcess/ios/PageClientImplIOS.mm:533 > + [m_contentView willStartPanOrPinchGesture]; The name of the content view method doesn't communicate that it might be some inner UIScrollView that will begin a pan or pinch, so perhaps it needs a better name.
Benjamin Poulain
Comment 3 2014-06-10 20:53:44 PDT
Note You need to log in before you can comment on or make changes to this bug.