Bug 278876
| Summary: | AX: Implement [WebAccessibilityObjectWrapper misspellingTextMarkerRange:forward:] on iOS using new AXSearchManager functionality. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andres Gonzalez <andresg_22> |
| Component: | Accessibility | Assignee: | Andres Gonzalez <andresg_22> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Andres Gonzalez
.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/134957919>
Andres Gonzalez
Pull request: https://github.com/WebKit/WebKit/pull/32903
EWS
Committed 282959@main (c2423ee74d49): <https://commits.webkit.org/282959@main>
Reviewed commits have been landed. Closing PR #32903 and removing active labels.
Simon Fraser (smfr)
It looks like this caused a flaky crash of accessibility/out-of-bounds-rowspan.html:
https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fout-of-bounds-rowspan.html
Andres Gonzalez
(In reply to Simon Fraser (smfr) from comment #4)
> It looks like this caused a flaky crash of
> accessibility/out-of-bounds-rowspan.html:
> https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fout-of-
> bounds-rowspan.html
Thanks for pointing this out. Fixed in https://bugs.webkit.org/show_bug.cgi?id=279145.