mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 00:49:45 +00:00
Attendees window: fixed autocompletion selection
Fixed the keyboard arrows navigation within the popup menu of matching entries.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user