[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 15:44:58 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60010
--- Comment #9 from Ilya Sherman <isherman at chromium.org> 2011-05-03 15:44:58 PST ---
(In reply to comment #7)
> (In reply to comment #5)
>
> > 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
>
> So you fixed it at
> http://codereview.chromium.org/6915003/
> did you?
Yes indeed. It turned out to be a rather straightforward fix.
(In reply to comment #8)
> (In reply to comment #6)
> > This (accepting the current index when a drag is initiated) is probably the right solution -- at least in terms of the functionality it implies. I'm not sure if there is perhaps an easier way to write the code.
> Hmmm...
>
> As you know the function is not exposed to WebView, and the autofill popup window is abstracted as just a popup window like HTML select element popup.
>
> Of course, I can add an extra function like acceptCurrectAutoFilled(), but it is too specific to expose the method as a popup menu interface, right?
Would something go wrong if we were to add a more general method: acceptSelectedPopupItem() ?
--
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