gosa-project / gosa-core

GOsa core
GNU General Public License v2.0
16 stars 14 forks source link

Support disabling autocompletion in search boxes via config option. #24

Closed sunweaver closed 6 years ago

sunweaver commented 6 years ago

Gives the site admin a work-around for the following issue:

Some browsers (e.g. Safari) create a 2sec delay for each character typed into a search box.

Other browsers (e.g. Firefox) interpret the ENTER key badly when autocompletion is enabled. Search results become borked by a combined search result of autocompletion result and what you actually typed into the search box.

Furthermore, with disabled autocompletion, user lists in group objects don't become flawed (empty) after some usage steps. (The relation to the above phenomena is unclear, though).