Bug 131518 - [Cocoa] Notify the form delegate when the custom button in the form accessory view is tapped
Summary: [Cocoa] Notify the form delegate when the custom button in the form accessory...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 17:44 PDT by mitz
Modified: 2014-04-10 17:53 PDT (History)
0 users

See Also:


Attachments
Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it (2.03 KB, patch)
2014-04-10 17:46 PDT, mitz
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-04-10 17:44:40 PDT
[Cocoa] Notify the form delegate when the custom button in the form accessory view is tapped
Comment 1 mitz 2014-04-10 17:46:10 PDT
Created attachment 229093 [details]
Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it
Comment 2 Tim Horton 2014-04-10 17:48:21 PDT
Comment on attachment 229093 [details]
Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it

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

> Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm:1375
> +    if ([formDelegate respondsToSelector:@selector(_webView:accessoryViewCustomButtonTappedInFormInputSession:)]) {

no braces
Comment 3 mitz 2014-04-10 17:53:43 PDT
Committed <http://trac.webkit.org/r167100>.