Bug 138590 - WK1: Support default actions for editable text with misspelled word
Summary: WK1: Support default actions for editable text with misspelled word
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-10 17:09 PST by Beth Dakin
Modified: 2014-11-10 17:22 PST (History)
2 users (show)

See Also:


Attachments
Patch (10.42 KB, patch)
2014-11-10 17:14 PST, Beth Dakin
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2014-11-10 17:09:25 PST
WK1: Support default actions for editable text with misspelled word
Comment 1 Beth Dakin 2014-11-10 17:14:20 PST
Created attachment 241322 [details]
Patch
Comment 2 Tim Horton 2014-11-10 17:20:19 PST
Comment on attachment 241322 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=241322&action=review

> Source/WebKit/mac/WebView/WebHTMLView.mm:5970
> +    // Don't correct to empty string.  (AppKit checked this, we might as well too.)

This comment is in the wrong place.
Comment 3 Beth Dakin 2014-11-10 17:22:14 PST
http://trac.webkit.org/changeset/175842