Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-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 D2709177DF for ; Thu, 16 Oct 2014 13:38:34 +0000 (UTC) Received: (qmail 11040 invoked by uid 500); 16 Oct 2014 13:38:34 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 11019 invoked by uid 500); 16 Oct 2014 13:38:34 -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 11007 invoked by uid 99); 16 Oct 2014 13:38:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2014 13:38:34 +0000 Date: Thu, 16 Oct 2014 13:38:34 +0000 (UTC) From: "Mihai Chira (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-26478) Runtime error occured when a TextInput's text mouse selection isn't finished yet but the TextInput instance is removed or its text changes 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/FLEX-26478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mihai Chira updated FLEX-26478: ------------------------------- Fix Version/s: Apache Flex 4.14.0 > Runtime error occured when a TextInput's text mouse selection isn't finished yet but the TextInput instance is removed or its text changes > ------------------------------------------------------------------------------------------------------------------------------------------ > > Key: FLEX-26478 > URL: https://issues.apache.org/jira/browse/FLEX-26478 > Project: Apache Flex > Issue Type: Bug > Components: Spark: TextArea, Spark: TextInput > Affects Versions: Adobe Flex SDK 4.1 (Release), Apache Flex 4.13.0 > Environment: Affected OS(s): All OS Platforms > Language Found: English > Reporter: Adobe JIRA > Assignee: Mihai Chira > Fix For: Apache Flex 4.14.0 > > Attachments: FLEX-26478.ZIP > > > Steps to reproduce: > 1.Create AIR application with TextInput which is removed on application roll out event. > 2.Run the application and enter some text in the TextInput > 3.Select entered text by mouse, keep mouse button pressed down and leave application. > > Actual Results: > TypeError: Error #1009: Cannot access a property or method of a null object reference. > at flashx.textLayout.container::ContainerController/http://ns.adobe.com/textLayout/internal/2008::scrollTimerHandler()[C:\Vellum\branches\v1\1.1\dev\output\openSource\textLayout\src\flashx\textLayout\container\ContainerController.as:1503] > at flash.utils::Timer/_timerDispatch() > at flash.utils::Timer/tick() -- This message was sent by Atlassian JIRA (v6.3.4#6332)