[Webkit-unassigned] [Bug 217256] AX: Expose lineRangeForPosition for iOS Accessibility code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 15:50:28 PDT 2020


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

zalan <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zalan at apple.com
 Attachment #410384|review?                     |review+
              Flags|                            |

--- Comment #3 from zalan <zalan at apple.com> ---
Comment on attachment 410384
  --> https://bugs.webkit.org/attachment.cgi?id=410384
patch

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

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:2689
> +    auto *startMarker = [WebAccessibilityTextMarker textMarkerWithVisiblePosition:range.start cache:self.axBackingObject->axObjectCache()];
> +    auto *endMarker = [WebAccessibilityTextMarker textMarkerWithVisiblePosition:range.end cache:self.axBackingObject->axObjectCache()];

auto* start/endMarker

-- 
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/20201005/794cecc8/attachment.htm>


More information about the webkit-unassigned mailing list