RESOLVED FIXED 259310
AX: VoiceOver only reading "link" for some lines when navigating via arrow up and down in contenteditables.
https://bugs.webkit.org/show_bug.cgi?id=259310
Summary AX: VoiceOver only reading "link" for some lines when navigating via arrow up...
Andres Gonzalez
Reported 2023-07-18 10:15:51 PDT
<div contenteditable id="editable">First line.<br>Some text <a href="#">click me</a> <span>more</span> text.<br><i>Another line.</i></div>
Attachments
Patch (17.53 KB, patch)
2023-07-18 10:33 PDT, Andres Gonzalez
no flags
Radar WebKit Bug Importer
Comment 1 2023-07-18 10:16:10 PDT
Andres Gonzalez
Comment 2 2023-07-18 10:17:29 PDT
Andres Gonzalez
Comment 3 2023-07-18 10:33:33 PDT
Tyler Wilcock
Comment 4 2023-07-18 10:44:05 PDT
Comment on attachment 467069 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467069&action=review > Source/WebCore/accessibility/isolatedtree/mac/AXIsolatedObjectMac.mm:191 > auto attributedText = propertyValue<RetainPtr<NSAttributedString>>(AXPropertyName::AttributedText); Might be a micro-optimization not worth doing, but I don't think we need to attempt to retrieve AXPropertyName::AttributedText from the map if !isConfined.
EWS
Comment 5 2023-07-18 14:23:01 PDT
Committed 266138@main (e9f264d34343): <https://commits.webkit.org/266138@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467069 [details].
Note You need to log in before you can comment on or make changes to this bug.