Bug 138590

Summary: WK1: Support default actions for editable text with misspelled word
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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