NEW255576
AX: Spell check off the main thread.
https://bugs.webkit.org/show_bug.cgi?id=255576
Summary AX: Spell check off the main thread.
Andres Gonzalez
Reported 2023-04-17 19:58:34 PDT
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
Radar WebKit Bug Importer
Comment 1 2023-04-17 19:58:48 PDT
Note You need to log in before you can comment on or make changes to this bug.