Bug 214705

Summary: Tapping QuickType suggestions for a misspelled word does nothing in Mail compose
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: HTML EditingAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Fix non-internal iOS build
none
Minor tweaks
none
Fix API test
none
Fix API test none

Description Wenson Hsieh 2020-07-23 15:13:56 PDT
<rdar://problem/58320785>
Comment 1 Wenson Hsieh 2020-07-23 15:37:58 PDT Comment hidden (obsolete)
Comment 2 Wenson Hsieh 2020-07-23 15:45:26 PDT
Created attachment 405086 [details]
Fix non-internal iOS build
Comment 3 Tim Horton 2020-07-23 15:52:57 PDT
Comment on attachment 405086 [details]
Fix non-internal iOS build

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

> Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:1770
> +        completionHandler();

Does this want some kind of call-at-exit thing? (I feel like we have one, but not sure what it's called)
Comment 4 Darin Adler 2020-07-23 16:00:04 PDT
Comment on attachment 405086 [details]
Fix non-internal iOS build

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

>> Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:1770
>> +        completionHandler();
> 
> Does this want some kind of call-at-exit thing? (I feel like we have one, but not sure what it's called)

makeScopeExit
Comment 5 Wenson Hsieh 2020-07-23 16:00:53 PDT
(In reply to Darin Adler from comment #4)
> Comment on attachment 405086 [details]
> Fix non-internal iOS build
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=405086&action=review
> 
> >> Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:1770
> >> +        completionHandler();
> > 
> > Does this want some kind of call-at-exit thing? (I feel like we have one, but not sure what it's called)
> 
> makeScopeExit

👍🏻
Comment 6 Wenson Hsieh 2020-07-23 16:33:54 PDT
Created attachment 405095 [details]
Minor tweaks
Comment 7 Wenson Hsieh 2020-07-23 18:01:47 PDT
Created attachment 405107 [details]
Fix API test
Comment 8 Wenson Hsieh 2020-07-23 20:20:58 PDT
Created attachment 405122 [details]
Fix API test
Comment 9 EWS 2020-07-23 22:32:00 PDT
Committed r264812: <https://trac.webkit.org/changeset/264812>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405122 [details].