[Webkit-unassigned] [Bug 142106] New: Make -[WKNavigationAction _isUserInitiated] method public

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 14:34:13 PST 2015


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

            Bug ID: 142106
           Summary: Make -[WKNavigationAction _isUserInitiated] method
                    public
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eugenebut at chromium.org

Correct implementation of popups blocking functionality is not possible without using -[WKNavigationAction _isUserInitiated].

WKNavigationAction passed to webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures: delegate method does not say whether or not the window was open by a user-gesture. When delegate method is called a user may not be touching the view anymore.

Popups blocking is a feature supported by every modern browser.

rdar://19989909

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150227/85dea505/attachment-0002.html>


More information about the webkit-unassigned mailing list