[Webkit-unassigned] [Bug 255576] New: AX: Spell check off the main thread.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 17 19:58:34 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255576

            Bug ID: 255576
           Summary: AX: Spell check off the main thread.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andresg_22 at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230418/875f0fd1/attachment.htm>


More information about the webkit-unassigned mailing list