[Webkit-unassigned] [Bug 223556] New: AX: textRectsFromMarkers always fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 20 10:41:34 PDT 2021


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

            Bug ID: 223556
           Summary: AX: textRectsFromMarkers always fails
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com

The textRectsFromMarkers:text: method is always failing to return a valid answer because these methods to extend the search range

auto startPosition = visiblePositionForPositionWithOffset(makeContainerOffsetPosition(originalRange.start), -textLength);
auto endPosition = visiblePositionForPositionWithOffset(makeContainerOffsetPosition(originalRange.start), 2 * textLength);

create a range that can't be iterated

-- 
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/20210320/de36bde1/attachment.htm>


More information about the webkit-unassigned mailing list