Summary: | [chromium] Fix spellcheck regression in context menus | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | John Abd-El-Malek <jam> | ||||
Component: | New Bugs | Assignee: | John Abd-El-Malek <jam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | jianli | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
John Abd-El-Malek
2011-04-12 15:54:13 PDT
Created attachment 89292 [details]
Patch
My original change was incorrect, since the offset is 0 when the first word is the one that's misspelt. The length will be non-zero if there's a misspelling though, per WebSpellCheckClient comments. Committed r83660: <http://trac.webkit.org/changeset/83660> |