[Webkit-unassigned] [Bug 152728] AX: [Mac] Implement next/previous text marker functions using TextIterator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 16 08:38:31 PST 2016


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

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

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

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:877
> +    if (!textMarkerData.axID && !textMarkerData.ignored)

should this be if (!textMarkerData.axID || !textMarkerData.ignored)

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


More information about the webkit-unassigned mailing list