WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-07-18 10:16:10 PDT
<
rdar://problem/112478167
>
Andres Gonzalez
Comment 2
2023-07-18 10:17:29 PDT
rdar://112157851
Andres Gonzalez
Comment 3
2023-07-18 10:33:33 PDT
Created
attachment 467069
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug