[Webkit-unassigned] [Bug 270498] New: AX: NULL attributed string returned for text markers that contain unconnected nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 19:19:01 PST 2024


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

            Bug ID: 270498
           Summary: AX: NULL attributed string returned for text markers
                    that contain unconnected nodes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jhoffman23 at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

rdar://122451549

The changes to move AXSelectedTextMarkerRange off of the main thread resulted in an issue where unconnected nodes (for example, the static text of an <input type=text>) were not having their values updated with the input field. This means that when the selected text range of that input is queried, and it references the unconnected node, we return a null string since it is not up-to-date.

-- 
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/20240305/b1aedb16/attachment.htm>


More information about the webkit-unassigned mailing list