RESOLVED FIXED Bug 132092
[wk2] Provide SPI allowing clients to hand events directly to swipe code, bypassing scrolling
https://bugs.webkit.org/show_bug.cgi?id=132092
Summary [wk2] Provide SPI allowing clients to hand events directly to swipe code, byp...
Tim Horton
Reported 2014-04-23 18:02:15 PDT
Some clients may want to allow swipes in another view to swipe the WKView regardless of the content of the WKView (so, bypassing normal scrolling). For example, a full-view overlay that displays totally different (but related) content.
Attachments
patch (7.57 KB, patch)
2014-04-23 18:07 PDT, Tim Horton
darin: review+
Tim Horton
Comment 1 2014-04-23 18:07:32 PDT
Darin Adler
Comment 2 2014-04-24 09:16:17 PDT
Comment on attachment 230026 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=230026&action=review > Source/WebKit2/UIProcess/mac/ViewGestureControllerMac.mm:106 > + , m_ignorePinnedState(false) We try to have these be adjective phrases instead of verb phrases. That’s why the name will often be something like m_shouldIgnorePinnedState.
Tim Horton
Comment 3 2014-04-24 10:49:34 PDT
Note You need to log in before you can comment on or make changes to this bug.