[Webkit-unassigned] [Bug 167898] New: [iOS] -[WKWebView becomeFirstResponder] and -[WKWebView resignFirstResponder] don’t get called when non-programmatic first responder changes happen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 12:05:55 PST 2017


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

            Bug ID: 167898
           Summary: [iOS] -[WKWebView becomeFirstResponder] and
                    -[WKWebView resignFirstResponder] don’t get called
                    when non-programmatic first responder changes happen
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mitz at webkit.org
                CC: thorton at apple.com

Because the child WKContentView can and does become first responder, WKWebView’s -becomeFirstResponder never gets called by UIKit. Similarly, because the WKWebView is never the first responder, its -resignFirstResponder is never called.

This means that overrides of these methods in a WKWebView subclass normally don’t get called.

-- 
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/20170206/7f71a642/attachment.html>


More information about the webkit-unassigned mailing list