[Webkit-unassigned] [Bug 149567] Expose a WKWebView API for allowing programmatic focus to trigger node assistance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 07:16:44 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149567

--- Comment #5 from mitz at webkit.org <mitz at webkit.org> ---
Comment on attachment 261960
  --> https://bugs.webkit.org/attachment.cgi?id=261960
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.h:248
> + at property (nonatomic) BOOL canAssistOnProgrammaticFocus;

This API declaration is missing availability information.

It’s surprising that this API uses the term “assist”. Is this something that’s used anywhere else in WebKit or UIKit API?

Have you considered other ways to expose this ability to clients? For example, calling the delegate when an element is focused and asking it to make a decision seems like it would afford more flexibility.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150928/180bfda3/attachment-0001.html>


More information about the webkit-unassigned mailing list