[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 12:59:11 PDT 2011


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





--- Comment #8 from Naoki Takano <takano.naoki at gmail.com>  2011-05-03 12:59:11 PST ---
(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?

The fundamental problem is autofill popup is mixed up with other popup windows. We should split it apart from the implementation;-(

Anyway I'm looking around the source code again if there is a much easier solution or not...

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