Ticket #1483895 (closed Feature Requests: invalid)
RFE: AJAX address auto-completion in the GMail style
| Reported by: | olo | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | User Interface | Version: | later |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It's currently very uncomfortable to select recipients for a new composed message.
Ideally, there should be a Gmail-style autocompletion as you type - e.g. the moment you type the 3-rd letter, an AJAX-based substring search is launched in both the private and LDAP address books, and a list with possible recipients pops up below the text caret.
The pop-up list should behave like in GMail - be unobtrusive, don't change anything unless the user presses the down arrow keys, to select an entry from the list. Then, if the user presses Enter or TAB, the chosen entry should be placed in place of currently typed substring in the address field.
However, If the user proceeds with typing (even after using Up/Down arrow keys), the popup should disappear and let the user continute typing.
There are ready-made PHP+Javascript Opensource libraries for this, including usage examples, on the Web, e.g.:
http://www.scratchprojects.com/2006/06/ajax_and_php_autocomplete_p01.php
