RESOLVED INVALID Bug 104531
[chromium] Re-usage of isWordMisspelledAtCaret to check whether context menu should be shown for the misspelled word
https://bugs.webkit.org/show_bug.cgi?id=104531
Summary [chromium] Re-usage of isWordMisspelledAtCaret to check whether context menu ...
Grzegorz Czajkowski
Reported 2012-12-10 03:17:30 PST
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
Grzegorz Czajkowski
Comment 1 2013-01-10 23:49:08 PST
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.
Note You need to log in before you can comment on or make changes to this bug.