[Webkit-unassigned] [Bug 60010] [Chromium]Add clear_autofill flag to hide autofill popup without clear field.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 3 01:25:51 PDT 2011


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





--- Comment #5 from Ilya Sherman <isherman at chromium.org>  2011-05-03 01:25:51 PST ---
(In reply to comment #3)
> Ilya,
> 
> Thank you for your comment.
> 
> I want to make sure what "Accept" status.
> 
> As you know, when user changes the selection, didAcceptAutoFillSuggestion() is called. I guess this is the already "Accept" status for the field, right?

This is the right method to call into.  If this is called prior to the drag, then there shouldn't be a need to do anything extra to make sure that the text remains.

When I tested locally, I did not see this method being called.  However, I did notice that clicking&dragging within the field while the popup is open causes us to switch from Autofill suggestions to single-field Autocomplete suggestions.  The form remains in the previewed state -- with all of the autofillable fields showing a preview of what would be filled into them -- but there is no way to accept this Autofill suggestion.  This is a bug, and something we should probably fix before tackling http://code.google.com/p/chromium/issues/detail?id=80817

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