[Webkit-unassigned] [Bug 160395] AX: Simulated touch events are not working on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 12:32:05 PDT 2016


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

--- Comment #5 from Nan Wang <n_wang at apple.com> ---
Comment on attachment 285125
  --> https://bugs.webkit.org/attachment.cgi?id=285125
Initial patch

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

>> Source/WebCore/accessibility/AccessibilityObject.cpp:926
>> +#if PLATFORM(IOS)
> 
> Should this be guarded instead by ENABLE_TOUCH_EVENTS

Because hasTouchEventListener() is only in iOS. And the function body of dispatchedTouchEvent() is guarded by IOS_TOUCH_EVENTS. Do you think I should change it to IOS_TOUCH_EVENTS?

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


More information about the webkit-unassigned mailing list