X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/ux/grid/filter/Filter.js diff --git a/examples/ux/grid/filter/Filter.js b/examples/ux/grid/filter/Filter.js index d9ed58bc..41afd20b 100644 --- a/examples/ux/grid/filter/Filter.js +++ b/examples/ux/grid/filter/Filter.js @@ -82,7 +82,8 @@ Ext.define('Ext.ux.grid.filter.Filter', { ); Ext.ux.grid.filter.Filter.superclass.constructor.call(this); - this.menu = this.createMenu(config); + // setting filtered to true on all filter instances ensures that the filter won't be blurred when the mouse leaves the component + this.menu = this.createMenu(Ext.applyIf({filtered: true}, config)); this.init(config); if(config && config.value){ this.setValue(config.value);