[webkit-reviews] review granted: [Bug 131518] [Cocoa] Notify the form delegate when the custom button in the form accessory view is tapped : [Attachment 229093] Add -_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 10 17:48:00 PDT 2014


Tim Horton <thorton at apple.com> has granted mitz at webkit.org <mitz at webkit.org>'s
request for review:
Bug 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

Attachment 229093: Add
-_webView:accessoryViewCustomButtonTappedInFormInputSession: and call it
https://bugs.webkit.org/attachment.cgi?id=229093&action=review

------- Additional Comments from Tim Horton <thorton at apple.com>
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:accessoryViewCustomButtonTappedInFormInpu
tSession:)]) {

no braces


More information about the webkit-reviews mailing list