Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 437cbdd94 -> 0345d1bf2


AMBARI-20613 - Host Filtering interaction is confusing and cumbersome to 
perform simple filtering (rzang)

Change-Id: If788d4c536adb58f2449d775b577851a3a5cc9d3


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0345d1bf
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0345d1bf
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0345d1bf

Branch: refs/heads/branch-2.5
Commit: 0345d1bf252ad8c4879cf83999d8c636b3d767e1
Parents: 437cbdd
Author: Richard Zang <rz...@apache.org>
Authored: Tue Mar 28 15:27:44 2017 -0700
Committer: Richard Zang <rz...@apache.org>
Committed: Thu Mar 30 15:11:17 2017 -0700

----------------------------------------------------------------------
 ambari-web/vendor/scripts/visualsearch.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0345d1bf/ambari-web/vendor/scripts/visualsearch.js
----------------------------------------------------------------------
diff --git a/ambari-web/vendor/scripts/visualsearch.js 
b/ambari-web/vendor/scripts/visualsearch.js
index ef07680..0576300 100644
--- a/ambari-web/vendor/scripts/visualsearch.js
+++ b/ambari-web/vendor/scripts/visualsearch.js
@@ -613,7 +613,7 @@
                 source    : _.bind(this.autocompleteValues, this),
                 minLength : 0,
                 delay     : this.app.options.delay,
-                autoFocus : true,
+                autoFocus : false,
                 position  : {offset : "0 5"},
                 create    : _.bind(function(e, ui) {
                     
$(this.el).find('.ui-autocomplete-input').css('z-index','auto');

Reply via email to