Attendees window: fixed autocompletion selection

Fixed the keyboard arrows navigation within the popup menu of matching
entries.
This commit is contained in:
Francis Lachapelle 2012-09-19 11:24:25 -04:00
parent 49fafb4988
commit bda87eba07

View file

@ -100,6 +100,7 @@ function onContactKeydown(event) {
preventDefault(event);
this.scrollLeft = 0;
$(this).up('DIV').scrollLeft = 0;
attendeesEditor.selectedIndex = -1;
if (this.confirmedValue)
this.value = this.confirmedValue;
this.hasfreebusy = false;