[Webkit-unassigned] [Bug 15616] [GTK] Add spell checking (and grammar?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 20 13:27:13 PDT 2009


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





------- Comment #9 from gns at gnome.org  2009-03-20 13:27 PDT -------
A little more sane:

INPUT/misspellingLocation/misspellingLength
"asd"/0/3
" qwe"/1/3
"  "/-1/0
"apple kov"/6/3
" apple kov "/7/ 3
"apple orange kov tree"/13/3
"apple orange tree"/-1/0

Notice, too, that misspellingLocation is initially set to -1, and
mispellingLength is set to 0, by the caller.


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



More information about the webkit-unassigned mailing list