[Webkit-unassigned] [Bug 106815] [Chromium] Tests and fixes for spell checker behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 15:32:24 PST 2013


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





--- Comment #63 from Ryosuke Niwa <rniwa at webkit.org>  2013-01-30 15:34:22 PST ---
(From update of attachment 185594)
View in context: https://bugs.webkit.org/attachment.cgi?id=185594&action=review

> Source/WebKit/chromium/ChangeLog:19
> +        Fix spellcheck to behave as follows:
> +        - Spellcheck selects the misspelled word on context click. 
> +        - Spelling should work when the user selects the misspelled word exactly. 
> +        - If the word is not misspelled, there should be no spelling options in the context menu. 
> +        - Spellcheck should select multi-word misspellings on context click. 
> +        - Spelling should work when the user selects a multi-word misspelling exactly. 
> +        - Spelling should work for double-clicked misspellings. 
> +        - Spelling should ignore whitespace. 
> +        - Underscores should be treated as whitespace: spelling should ignore them. 
> +        - Punctuation marks should be treated as whitespace: spelling should ignore them. 
> +        - Spelling should be disabled when user selects a part of misspelling. 
> +        - Spelling should be disabled when user selects multiple words that are not a single misspelling. 

That's a lot of bug fixes in one patch! Can we somehow break this up into smaller pieces?
In WebKit, we try to break up patches into small pieces as much as possible.

> LayoutTests/ChangeLog:19
> +        - Spellcheck selects the misspelled word on context click. 
> +        - Spelling should work when the user selects the misspelled word exactly. 
> +        - If the word is not misspelled, there should be no spelling options in the context menu. 
> +        - Spellcheck should select multi-word misspellings on context click. 
> +        - Spelling should work when the user selects a multi-word misspelling exactly. 
> +        - Spelling should work for double-clicked misspellings. 
> +        - Spelling should ignore whitespace. 
> +        - Underscores should be treated as whitespace: spelling should ignore them. 
> +        - Punctuation marks should be treated as whitespace: spelling should ignore them. 
> +        - Spelling should be disabled when user selects a part of misspelling. 
> +        - Spelling should be disabled when user selects multiple words that are not a single misspelling. 

Please add these comments after "Added." below.

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