Bug 270498 - AX: NULL attributed string returned for text markers that contain unconnected nodes
Summary: AX: NULL attributed string returned for text markers that contain unconnected...
Status: RESOLVED DUPLICATE of bug 270499
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-03-04 19:19 PST by Joshua Hoffman
Modified: 2024-03-05 08:48 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Hoffman 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.
Comment 1 Alexey Proskuryakov 2024-03-05 08:48:17 PST

*** This bug has been marked as a duplicate of bug 270499 ***