[Webkit-unassigned] [Bug 102320] New: requestAutocomplete should require a user action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 19:48:43 PST 2012


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

           Summary: requestAutocomplete should require a user action
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: esprehn at chromium.org


requestAutocomplete should require a user action and should dispatch a failure event when triggered from a non user action:

ex.

setTimeout(function() {
  form.requestAutocomplete(); // this should always fail.
}, 0);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list