[Webkit-unassigned] [Bug 73971] [Chromium] WebFrame should have an interface to invoke spellchecking in arbitrarily

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 17:02:25 PST 2011


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





--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-12-12 17:02:25 PST ---
(From update of attachment 118737)
View in context: https://bugs.webkit.org/attachment.cgi?id=118737&action=review

> Source/WebKit/chromium/public/WebFrame.h:421
> +    virtual void requestTextChecking() = 0;

This looks a lot like the WebSpellCheckClient::requestCheckingOfText method,
although I realize that they are totally different.  It seems unfortunate
for those two methods, which are different, to have such similar names.

This seems to be a fairly high-level function.  It appears to initiate a
spelling and grammar check of the selected editable text.  What if there
is no selection?  Does it spell check anything in that case?  What if
there is nothing editable in the current selection?  Maybe answering
some of these questions could help us consider a better name for this
function?

-- 
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