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:
Nathan Gray 2014-02-12 23:32:56 +00:00
parent 614736e4e3
commit 96e44c018f

View File

@ -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