[Webkit-unassigned] [Bug 160388] AX: Add a check for touch event listener on iOS accessibility object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 31 12:01:06 PDT 2016


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

--- Comment #6 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 284967
  --> https://bugs.webkit.org/attachment.cgi?id=284967
patch

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

> Source/WebCore/accessibility/ios/AccessibilityObjectIOS.mm:88
> +        if (node->hasEventListeners(eventNames().touchstartEvent) || node->hasEventListeners(eventNames().touchendEvent))

We may have code for this already. Can you do a search for ontouchstart and see if there's something in ax alread

-- 
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/20160731/5730fb9f/attachment.html>


More information about the webkit-unassigned mailing list