[Webkit-unassigned] [Bug 149854] Implement touch-action: manipulation; for iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 07:32:32 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149854

Wenson Hsieh <wenson_hsieh at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #262604|review?                     |
              Flags|                            |

--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 262604
  --> https://bugs.webkit.org/attachment.cgi?id=262604
Work in progress on touch-action: manipulation;

View in context: https://bugs.webkit.org/attachment.cgi?id=262604&action=review

> Source/WebCore/dom/Element.cpp:2365
> +    return parent && parent->touchShouldPreventDoubleTapGesture();

This will have to be smarter than just walking up the DOM.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151007/cec86a22/attachment.html>


More information about the webkit-unassigned mailing list