Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9BF7218686 for ; Fri, 9 Oct 2015 14:07:18 +0000 (UTC) Received: (qmail 82537 invoked by uid 500); 9 Oct 2015 14:07:12 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 82508 invoked by uid 500); 9 Oct 2015 14:07:12 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 82499 invoked by uid 99); 9 Oct 2015 14:07:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2015 14:07:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A476BDFCE0; Fri, 9 Oct 2015 14:07:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: onechiporenko@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-13374. Issue with overlay for config groups popup on the ASW (onechiporenko) Date: Fri, 9 Oct 2015 14:07:11 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 375205079 -> a143c01ad AMBARI-13374. Issue with overlay for config groups popup on the ASW (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a143c01a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a143c01a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a143c01a Branch: refs/heads/trunk Commit: a143c01ad3b440135e74e7426f43aa3c691d7ab2 Parents: 3752050 Author: Oleg Nechiporenko Authored: Fri Oct 9 16:44:07 2015 +0300 Committer: Oleg Nechiporenko Committed: Fri Oct 9 17:06:56 2015 +0300 ---------------------------------------------------------------------- .../app/controllers/main/service/manage_config_groups_controller.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a143c01a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js index e12b979..77366b5 100644 --- a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js +++ b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js @@ -656,6 +656,7 @@ App.ManageConfigGroupsController = Em.Controller.extend(App.ConfigOverridable, { didInsertElement: function(){ this.validate(); this.$('input').focus(); + this.fitZIndex(); }, validate: function () {