| goba@php.net 2004-12-28, 3:56 pm |
| ID: 31319
Updated by: goba@php.net
Reported By: treo at inside-php dot de
-Status: Open
+Status: Feedback
Bug Type: Website problem
Operating System: Linux
PHP Version: Irrelevant
New Comment:
What browser? We do turn off the autocomplete in JavaScript. I am not
about to introduce a proprietary attribute, since our aim is to
generate valid HTML (though we are not quite there yet, we are not
going in the opposite direction). JavaScript trickery in this case is
accepted though.
http://cvs.php.net/co.php/phpdoc/sc...riginalafter.js
See that we do have a fh_EDropDownChange() function called on script
init, and when the dropdown is changed, so that values for other search
types can be autocompleted by the browser.
Previous Comments:
------------------------------------------------------------------------
[2004-12-28 13:15:23] treo at inside-php dot de
Description:
------------
The auto completition in the search is really nice but the browsers
auto completition slightly disturbes it.
To turn it off you can use autocomplete="off" int the input tag.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=31319&edit=1
|