[Webkit-unassigned] [Bug 40092] spellcheck does not check pasted text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 8 03:05:20 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40092
--- Comment #2 from Hironori Bono <hbono at chromium.org> 2010-07-08 03:05:19 PST ---
Created an attachment (id=60861)
--> (https://bugs.webkit.org/attachment.cgi?id=60861)
A draft implementation (only for discussion)
Greetings,
I have quickly implemented an asynchronous spellchecker which uses [NSSpellChecker requestCheckingOfString:] so we can check the spellings (and grammar) of pasted text in the background on 10.6. Unfortunately, this change needs xcode 3.2 to compile it because it depends on GCD (Grand Central Dispatch). Even though this change does not include layout tests and is not ready for review, it may be good for starting a discussion to solve this issue. (I'm writing a change for <https://bugs.webkit.org/show_bug.cgi?id=41832> to write a layout test for this issue.)
Regards,
Hironori Bono
--
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