[Webkit-unassigned] [Bug 108370] Some spellcheck tests require asynchronous spellcheck

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 16:06:02 PST 2013


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





--- Comment #10 from Tony Chang <tony at chromium.org>  2013-02-22 16:08:25 PST ---
(In reply to comment #9)
> Some of the behaviors deviate from other platforms. For example, if you select "helllo_" together with underscore in Chrome and right-click on the selection, then Chrome will show the suggestion "hello". Other platforms would not show spelling suggestions. We changed this because we noticed that many users double-clicked words before context clicking them. Double-clicking words on Windows selects the trailing underscore.

Something like this I would expect to be a cross platform test because testing on GTK+ (gedit) and Qt (kate) shows suggestions.  Also, if we explicitly don't want suggestions on Mac, then having the test be in a shared location with the different expect result checked in makes that more clear.

If this code was in WebCore, you could use EditingBehavior.h to control which platforms get which behaviors.

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