View Issue Details

IDProjectCategoryView StatusLast Update
0001434HTML & PERLFeature Request - Interfacepublic2009-02-28 12:12
Reporterzeromind Assigned ToDerIdiot  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Summary0001434: disable input field autocompletion for ajax searchsuggest
Descriptioncurrently the browser and the searchsuggest's dropdown lists overlap, making the search results being hidden by previously entered strings from the input field

most easy way would be using atutoomplete=off for the input field
(as in <input type="text" name="blabla" autocomplete="off">)
Additional Informationthat solution, though, is no web standard
see: https://developer.mozilla.org/en/How_to_Turn_Off_Form_Autocompletion#How_to_Turn_Off_the_Autocompletion_Feature
TagsAJAX, javascript, perl, search

Activities

fahrenheit

2009-02-27 22:29

reporter   ~0002573

hmm, it's to be applied on the form element not to input elements.
if so this is more of a perl job than a js one, but i added a profile setting to disable the anidb ajax assisting thingie for the main search box (check profile>javascript>other).

Issue History

Date Modified Username Field Change
2009-02-27 21:00 zeromind New Issue
2009-02-27 21:47 zeromind Tag Attached: AJAX
2009-02-27 21:47 zeromind Tag Attached: javascript
2009-02-27 21:49 zeromind Tag Attached: search
2009-02-27 22:29 fahrenheit Note Added: 0002573
2009-02-27 22:29 fahrenheit Tag Attached: perl
2009-02-28 12:12 DerIdiot Status new => resolved
2009-02-28 12:12 DerIdiot Resolution open => fixed
2009-02-28 12:12 DerIdiot Assigned To => DerIdiot