[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:29:07 PDT 2016


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

--- Comment #7 from Nan Wang <n_wang 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

I searched ontouchstart, ontouchend, touchstart and touchend. And there's no related accessibility code.

-- 
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/fff2cd64/attachment.html>


More information about the webkit-unassigned mailing list