From ca17598f6ffca1b667cf5d5f286d3a24e252a944 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 29 May 2018 13:53:14 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index ae2700e66f..d6eff91e5c 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -1512,7 +1512,6 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { // private onEmptyResults : function(){ - Roo.log('empty result call'); if(this.tickable && this.editable){ this.restrictHeight(); return; @@ -1864,11 +1863,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { onSearchFieldClick : function(e) { - Roo.log('in???'); - Roo.log([this.hasFocus, e.getTarget().nodeName.toLowerCase() ]); - if(this.hasFocus && !this.disabled && e.getTarget().nodeName.toLowerCase() != 'button'){ - Roo.log('onSearchFieldClick'); this.onTickableFooterButtonClick(e, false, false); return; } -- 2.39.2