fix typing of an email-address in compose with direct click on send button (no tab out of taglist) looses just typed email

This commit is contained in:
Ralf Becker 2014-09-09 11:47:00 +00:00
parent b1e19b37c3
commit e6ed7fc134

View File

@ -871,7 +871,7 @@
style: cfg.style
}).width(w);
ms.container.focus($.proxy(handlers._onFocus, this));
ms.container.blur($.proxy(handlers._onBlur, this));
ms.container.focusout($.proxy(handlers._onBlur, this));
ms.container.keydown($.proxy(handlers._onKeyDown, this));
ms.container.keyup($.proxy(handlers._onKeyUp, this));