[Webkit-unassigned] [Bug 32261] Add ability to specify suggested autocomplete value in HTMLInputElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 07:17:40 PST 2009


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





--- Comment #14 from John Sullivan <sullivan at apple.com>  2009-12-10 07:17:39 PST ---
There are at least a couple of problems with this approach.

>From the user-privacy standpoint, if it's unacceptable to let the web page see
the autocompleted value while the user is typing in the field, then allowing
the web page to see the value when focus is lost from the field might be
equally unacceptable. The user could hit Tab or click elsewhere before noticing
the autocompleted value, and now it is exposed to the page. Worse, the page
could focus another element via JavaScript and have the value exposed without
any user action.

>From the UI standpoint, it seems problematic that the page might behave
differently though look exactly the same depending on whether the text in the
focused field was typed or auto-completed.

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