Bug 104531 - [chromium] Re-usage of isWordMisspelledAtCaret to check whether context menu should be shown for the misspelled word
Summary: [chromium] Re-usage of isWordMisspelledAtCaret to check whether context menu ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 103520
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-10 03:17 PST by Grzegorz Czajkowski
Modified: 2013-01-10 23:49 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 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.
Comment 1 Grzegorz Czajkowski 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.