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/fa2beead Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fa2beead Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fa2beead Branch: refs/heads/branch-feature-AMBARI-12556 Commit: fa2beead902a95ba4db3332f6e24c77e929062cf Parents: ea3aa22 Author: Richard Zang <rz...@apache.org> Authored: Tue Mar 28 15:27:44 2017 -0700 Committer: Richard Zang <rz...@apache.org> Committed: Tue Mar 28 15:27:44 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/fa2beead/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');