[Webkit-unassigned] [Bug 180898] AX: AOM: Dispatch accessibleclick event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 14 15:36:45 PST 2018


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

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

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

> Source/WebCore/accessibility/AccessibilityObject.cpp:2166
> +    for (auto* parentObject = this; parentObject; parentObject = parentObject->parentObject()) {

should we follow the Element->parentNode() hierarchy here instead of ax object hierarchy?

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


More information about the webkit-unassigned mailing list