forked from extern/egroupware
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
b1e19b37c3
commit
e6ed7fc134
@ -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));
|
||||
|
||||
@ -886,7 +886,7 @@
|
||||
}, cfg.inputCfg)).width(w - (cfg.hideTrigger ? 16 : 42));
|
||||
|
||||
ms.input.focus($.proxy(handlers._onInputFocus, this));
|
||||
|
||||
|
||||
ms.input.click($.proxy(handlers._onInputClick, this));
|
||||
|
||||
// holds the trigger on the right side
|
||||
|
Loading…
Reference in New Issue
Block a user