[Webkit-unassigned] [Bug 89331] New: [chromium] Spellchecker should show suggestions only when right-clicking a misspelled word.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 17 23:53:36 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=89331
Summary: [chromium] Spellchecker should show suggestions only
when right-clicking a misspelled word.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: InChromiumBugs
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hbono at chromium.org
CC: morrita at google.com
Greetings,
Step to reproduce:
1. Type "This is a lasy doga." in a text area.
2. Type ctrl+A to select all text in the text area.
3. Right-click a mouse.
Expected Behavior:
* Chromium should not show suggestions.
Actual Behavior:
* Chromium shows two suggestions: "last" and "dog".
Unfortunately, my r118740 <http://trac.webkit.org/changeset/118740> has a bug that Chrome may show suggestion for all misspelled words in the selection if it is not collapsed. Also, my r120274 <http://trac.webkit.org/changeset/120274> has a bonehead mistake that used a wrong range to replace text.
Regards,
Hironori Bono
--
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