RESOLVED DUPLICATE of bug 270499 270498
AX: NULL attributed string returned for text markers that contain unconnected nodes
https://bugs.webkit.org/show_bug.cgi?id=270498
Summary AX: NULL attributed string returned for text markers that contain unconnected...
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.