mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Fix bug where loss of focus from clicking on a button did not trigger blur in time.
Fixes typing an email address & clicking send does not enter address into to field
This commit is contained in:
parent
614736e4e3
commit
96e44c018f
@ -886,6 +886,7 @@
|
||||
}, cfg.inputCfg)).width(w - (cfg.hideTrigger ? 16 : 42));
|
||||
|
||||
ms.input.focus($.proxy(handlers._onInputFocus, this));
|
||||
ms.input.blur($.proxy(handlers._onBlur, this));
|
||||
ms.input.click($.proxy(handlers._onInputClick, this));
|
||||
|
||||
// holds the trigger on the right side
|
||||
|
Loading…
Reference in New Issue
Block a user