[Webkit-unassigned] [Bug 41236] New: Autocomplete entries are missing when AutoFill entries are shown in the suggestions popup on Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 17:06:14 PDT 2010


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

           Summary: Autocomplete entries are missing when AutoFill entries
                    are shown in the suggestions popup on Chrome
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dhollowa at chromium.org
                CC: dhollowa at chromium.org


Created an attachment (id=59812)
 --> (https://bugs.webkit.org/attachment.cgi?id=59812)
Example form.

Overview: On Chrome, when user enters AutoFill data (in Preferences) and triggers the display of the suggestion popup in a form field their Autocomplete suggestions are not displayed.

Steps to Reproduce:

1) Launch Chrome.

2) Open a page with a form containing AutoFillable fields.  (See attached form.html file).

3) Type the name "Jay" into the "First Name" field of the form and click the send button.

4) Double-click the "First Name" field, and notice "Jay" appears in the popup.

5) Open Preferences, Open AutoFill settings, and enter a new Address with "David" as the name in the address.

6.)  Double-click the "First Name" field, and notice "David" appears in the popup, but not "Jay".

Actual Results: The suggestion popup does not contained the combined "David" and "Jay" suggestions, only "David".

Expected Results: The suggestions popup should contain "David" followed by "Jay".  That is, the combined results of AutoFill and Autocomplete.

-- 
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