Updates:
        Cc: [email protected]

Comment #1 on issue 29645 by [email protected]: Prevent exposing  
autocomplete values via Javascript
http://code.google.com/p/chromium/issues/detail?id=29645

The original bug morphed and this is the one to track now:  
https://bugs.webkit.org/show_bug.cgi?id=32261


Currently, autocomplete has no way of just visually changing a value of
HTMLInputElement without exposing this value to other parts of the system  
(i.e.
Javascript).

I suggest changing HTMLInputElement by adding a new field, suggested value,
that could be used for rendering purposes if this element is in autocomplete
suggestion mode. This suggestion value might become element's value only if
user accepts the autocomplete suggestion (i.e. pressing enter on the menu  
item
or focusing to another field).


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to