Bug 104531
Summary: | [chromium] Re-usage of isWordMisspelledAtCaret to check whether context menu should be shown for the misspelled word | ||
---|---|---|---|
Product: | WebKit | Reporter: | Grzegorz Czajkowski <g.czajkowski> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | morrita, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 103520 | ||
Bug Blocks: |
Grzegorz Czajkowski
Chromium selects the misspelled word (under cursor) on context menu event to show its suggestions. Bug 103520 adapts this behaviour to WebCore to be accessible for EFL and GTK WebKit ports.
To do not duplicate it Chromium implementation at https://trac.webkit.org/browser/trunk/Source/WebKit/chromium/src/ContextMenuClientImpl.cpp#L306 may be refactored.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Grzegorz Czajkowski
The spelling suggestions can be taken without selecting the misspelled word (see bug 103520). Proposed method to re-usage wasn't landed as a new approach was introduced.