Return-Path: X-Original-To: apmail-ambari-issues-archive@minotaur.apache.org Delivered-To: apmail-ambari-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8E1B19CC7 for ; Tue, 12 Apr 2016 14:07:25 +0000 (UTC) Received: (qmail 65456 invoked by uid 500); 12 Apr 2016 14:07:25 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 65411 invoked by uid 500); 12 Apr 2016 14:07:25 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 65386 invoked by uid 99); 12 Apr 2016 14:07:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2016 14:07:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 81FA22C14F7 for ; Tue, 12 Apr 2016 14:07:25 +0000 (UTC) Date: Tue, 12 Apr 2016 14:07:25 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-15823) JS error after fast closing version box popup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-15823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237213#comment-15237213 ] Hudson commented on AMBARI-15823: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #4639 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4639/]) AMBARI-15823. JS error after fast closing version box popup (onechiporenko: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2619eee168d6ef099117b196585a35fa8e5c2e6c]) * ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js > JS error after fast closing version box popup > --------------------------------------------- > > Key: AMBARI-15823 > URL: https://issues.apache.org/jira/browse/AMBARI-15823 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.4.0 > Reporter: Oleg Nechiporenko > Assignee: Oleg Nechiporenko > Fix For: 2.4.0 > > Attachments: AMBARI-15823.patch > > > Error: {{Uncaught TypeError: Cannot read property 'length' of null}} > Code: > {code:javascript} > Em.run.later(this, function () { > if (this.get('maintenanceHosts').length + this.get('notRequiredHosts').length) { > App.tooltip(this.$('.hosts-section'), {placement: 'bottom', title: Em.I18n.t('admin.stackVersions.version.hostsInfoTooltip').format( > this.get('maintenanceHosts').length + this.get('notRequiredHosts').length, this.get('maintenanceHosts').length, this.get('notRequiredHosts').length > )}); > } > }, 1000); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)