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 73B3710D9A for ; Fri, 10 Jan 2014 01:54:50 +0000 (UTC) Received: (qmail 81689 invoked by uid 500); 10 Jan 2014 01:54:50 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 81664 invoked by uid 500); 10 Jan 2014 01:54:50 -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 81656 invoked by uid 99); 10 Jan 2014 01:54:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 01:54:50 +0000 Date: Fri, 10 Jan 2014 01:54:50 +0000 (UTC) From: "Shigeru Nakagaki (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-34033) single-line TextInput keeps a newline when TextInput.text = "abc\n". 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-34033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shigeru Nakagaki updated FLEX-34033: ------------------------------------ Attachment: src.zip Windows 7 64bit Flex SDK 4.11.0.0 AIR 3.8.0.1430 TLF 0x3000000 > single-line TextInput keeps a newline when TextInput.text = "abc\n". > -------------------------------------------------------------------- > > Key: FLEX-34033 > URL: https://issues.apache.org/jira/browse/FLEX-34033 > Project: Apache Flex > Issue Type: Bug > Components: Spark: TextInput > Environment: Windows 7 > Reporter: Shigeru Nakagaki > Attachments: TextInput_keeps_newline.png, src.zip > > > Is this right? > > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx"> > > > > > > > > protected function button1_clickHandler(event:MouseEvent):void > { > txt.text = "abc\n"; > } > > ]]> > > > > click="button1_clickHandler(event)"/> > > -- This message was sent by Atlassian JIRA (v6.1.5#6160)