[Webkit-unassigned] [Bug 108370] Different spellcheck behavior among platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 13:35:59 PST 2013


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





--- Comment #2 from Rouslan Solomakhin <rouslan+webkit at chromium.org>  2013-01-30 13:38:00 PST ---
Mac platform behavior:

[spelling-double-clicked-word.html]
Double-clicked misspelling does not show spelling suggestions. Other platforms show spelling suggestions for double-clicked misspellings.

[spelling-double-clicked-word-with-underscores.html]
[spelling-with-underscore-selection.html]
The spelling marker applies to the text "wellcome_" including the trailing underscore. Other platforms do not include the trailing underscore in the misspelling.

[spelling-exactly-selected-multiple-words.html]
[spelling-should-select-multiple-words.html]
Spellcheck times out for the two-word misspelling 'upper case'. Other platforms do not time out.

[spelling-exactly-selected-word.html]
Exactly selected misspelling does not show spelling suggestions. Other platforms show spelling suggestion for exactly-selected misspellings.

[spelling-should-select-single-word.html]
Context click on the misspelled word does not select misspelled word. Other platforms select misspelled word on context click.

[spelling-with-whitespace-selection.html]
Spellcheck is disabled for selection that includes whitespace. The patch for bug 106815 changes Chromium spellcheck behavior to ignore whitespace.

[spelling-with-punctuation-selection.html]
Spellcheck is disabled for selection that includes punctuation. The patch for bug 106815 changes Chromium spellcheck behavior to treat punctuation as whitespace and ignore it.

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