Bug 285460
| Summary: | AX: In ENABLE(AX_THREAD_TEXT_APIS), we fail to include trailing newlines in the returned range for the AXRangeForLine attribute | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tyler Wilcock <tyler_w> |
| Component: | Accessibility | Assignee: | Tyler Wilcock <tyler_w> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | All | ||
| OS: | All | ||
Tyler Wilcock
We do this in AccessibilityRenderObject::doAXRangeForLine here:
https://github.com/WebKit/WebKit/blob/1538792f6d0149ec77015a26a1a5485ad406f2de/Source/WebCore/accessibility/AccessibilityRenderObject.cpp#L1883#L1884
We need to match this behavior in ENABLE(AX_THREAD_TEXT_APIS) mode.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142433642>
Tyler Wilcock
Pull request: https://github.com/WebKit/WebKit/pull/38597
EWS
Committed 288524@main (07681dd80dbd): <https://commits.webkit.org/288524@main>
Reviewed commits have been landed. Closing PR #38597 and removing active labels.