Bug 270498

Summary: AX: NULL attributed string returned for text markers that contain unconnected nodes
Product: WebKit Reporter: Joshua Hoffman <jhoffman23>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: andresg_22, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Joshua Hoffman
Reported 2024-03-04 19:19:01 PST
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.
Attachments
Alexey Proskuryakov
Comment 1 2024-03-05 08:48:17 PST
*** This bug has been marked as a duplicate of bug 270499 ***
Note You need to log in before you can comment on or make changes to this bug.