Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 709B2200CAE for ; Wed, 7 Jun 2017 00:02:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6F19B160BD4; Tue, 6 Jun 2017 22:02:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B5744160BB7 for ; Wed, 7 Jun 2017 00:02:20 +0200 (CEST) Received: (qmail 48123 invoked by uid 500); 6 Jun 2017 22:02:19 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 48114 invoked by uid 99); 6 Jun 2017 22:02:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2017 22:02:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 91C84CFF85 for ; Tue, 6 Jun 2017 22:02:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.01 X-Spam-Level: X-Spam-Status: No, score=-100.01 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id B6oxFbNY20aD for ; Tue, 6 Jun 2017 22:02:19 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D262D5F341 for ; Tue, 6 Jun 2017 22:02:18 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 77CB5E07D6 for ; Tue, 6 Jun 2017 22:02:18 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 301C621E0D for ; Tue, 6 Jun 2017 22:02:18 +0000 (UTC) Date: Tue, 6 Jun 2017 22:02:18 +0000 (UTC) From: "Greg Dove (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLEX-35319) Tweens effect timer not stopped MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Jun 2017 22:02:21 -0000 [ https://issues.apache.org/jira/browse/FLEX-35319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Dove reassigned FLEX-35319: -------------------------------- Assignee: Greg Dove > Tweens effect timer not stopped > ------------------------------- > > Key: FLEX-35319 > URL: https://issues.apache.org/jira/browse/FLEX-35319 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.7.0 > Reporter: Justin Mclean > Assignee: Greg Dove > > This code is doesn't stop the timer: > private static function removeTween(tween:Tween):void > { > delete activeTweens[tween.id]; > if (activeTweens.length == 0) > timer.stop(); > } > As activeTweens is an Object not an array, length is undefined, so timer.stop() never gets called. -- This message was sent by Atlassian JIRA (v6.3.15#6346)