From bda87eba071811e8be0cb7cc20de4709b9a45937 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 19 Sep 2012 11:24:25 -0400 Subject: [PATCH] Attendees window: fixed autocompletion selection Fixed the keyboard arrows navigation within the popup menu of matching entries. --- UI/WebServerResources/UIxAttendeesEditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/WebServerResources/UIxAttendeesEditor.js b/UI/WebServerResources/UIxAttendeesEditor.js index e0ce82be0..f0f9731b2 100644 --- a/UI/WebServerResources/UIxAttendeesEditor.js +++ b/UI/WebServerResources/UIxAttendeesEditor.js @@ -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;