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/b56eb951 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b56eb951 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b56eb951 Branch: refs/heads/branch-3.0-perf Commit: b56eb95153d009e3f97e2814414f192b5c9560b3 Parents: c34f768 Author: Richard Zang <[email protected]> Authored: Tue Mar 28 15:27:44 2017 -0700 Committer: Andrew Onishuk <[email protected]> Committed: Wed Mar 29 14:55:56 2017 +0300 ---------------------------------------------------------------------- ambari-web/vendor/scripts/visualsearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b56eb951/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');
