RESOLVED FIXED 131518
[Cocoa] Notify the form delegate when the custom button in the form accessory view is tapped
https://bugs.webkit.org/show_bug.cgi?id=131518
Summary [Cocoa] Notify the form delegate when the custom button in the form accessory...
mitz
Reported 2014-04-10 17:44:40 PDT
[Cocoa] Notify the form delegate when the custom button in the form accessory view is tapped
Attachments
Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it (2.03 KB, patch)
2014-04-10 17:46 PDT, mitz
thorton: review+
mitz
Comment 1 2014-04-10 17:46:10 PDT
Created attachment 229093 [details] Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it
Tim Horton
Comment 2 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
mitz
Comment 3 2014-04-10 17:53:43 PDT
Note You need to log in before you can comment on or make changes to this bug.