mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
See Changelog.
Monotone-Parent: 77e266118db7711a96eaa7860269a06901b65f60 Monotone-Revision: 94f2ed96085c3727eb5efe03791eae4789e00e1d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-10-14T19:34:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -346,6 +346,8 @@ function initTabIndex(addressList, subjectField, msgArea) {
|
||||
input.writeAttribute("tabindex", i++);
|
||||
input.addInterface(SOGoAutoCompletionInterface);
|
||||
input.uidField = "c_name";
|
||||
input.observe("focus", addressFieldGotFocus.bind(input));
|
||||
input.observe("blur", addressFieldLostFocus.bind(input));
|
||||
input.observe("autocompletion:changedlist", expandContactList);
|
||||
//input.onListAdded = expandContactList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user