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:
Francis Lachapelle
2010-10-14 19:34:31 +00:00
parent 4a9bc9ddb8
commit 68bf422281
4 changed files with 27 additions and 18 deletions

View File

@@ -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;
}