mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:08:53 +01:00
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:
parent
b1f0448b6d
commit
c0877bdaef
@ -871,7 +871,7 @@
|
|||||||
style: cfg.style
|
style: cfg.style
|
||||||
}).width(w);
|
}).width(w);
|
||||||
ms.container.focus($.proxy(handlers._onFocus, this));
|
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.keydown($.proxy(handlers._onKeyDown, this));
|
||||||
ms.container.keyup($.proxy(handlers._onKeyUp, this));
|
ms.container.keyup($.proxy(handlers._onKeyUp, this));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user