diff --git a/UI/WebServerResources/UIxMailToSelection.js b/UI/WebServerResources/UIxMailToSelection.js index 8cf2adc68..a61a26168 100644 --- a/UI/WebServerResources/UIxMailToSelection.js +++ b/UI/WebServerResources/UIxMailToSelection.js @@ -82,6 +82,7 @@ function fancyAddRow(shouldEdit, text, type) { if (shouldEdit) { input.writeAttribute("autocomplete", "off"); input.observe("keydown", onContactKeydown); // bind listener for address completion + input.observe("blur", onContactBlur); input.focus(); input.select(); }