[Webkit-unassigned] [Bug 70299] New: Implement legacy text check emulation in unified text check interface.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 19:45:41 PDT 2011


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

           Summary: Implement legacy text check emulation in unified text
                    check interface.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at google.com
                CC: shinyak at google.com


Editor class has two difference code paths for spell-checking:
(1) checkTextOfParagraph() for Snow Leopard or later
(2) checkSpellingOfString() and checkGrammarOfString() for other platforms.
These paths should be unified so that improving spell-checking code is easy.

To achieve the goal, checkTextOfParagraph() interface should be available even if its implementation cannot be used.
In such a case, checkTextOfParagraph() should be implemented using checkSpellingOfString() and checkGrammarOfString().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list