Bug 255576
| Summary: | AX: Spell check off the main thread. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andres Gonzalez <andresg_22> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Andres Gonzalez
Accessibility is using one of two methods to spell check text:
checkTextOfParagraph(*checker, text, TextCheckingType::Spelling, results, node->document().frame()->selection().selection());
or
node->document().editor().textChecker()->checkSpellingOfString(...)
and both require hitting the main thread, which goes against the goal of ITM.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/108174773>