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 B0C9E10B46 for ; Fri, 5 Dec 2014 09:19:12 +0000 (UTC) Received: (qmail 34335 invoked by uid 500); 5 Dec 2014 09:19:12 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 34311 invoked by uid 500); 5 Dec 2014 09:19:12 -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 34302 invoked by uid 99); 5 Dec 2014 09:19:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 09:19:12 +0000 Date: Fri, 5 Dec 2014 09:19:12 +0000 (UTC) From: "pol poggi (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-34632) Android spark Textarea and spark.skins.mobile.TextAreaSkin : text overlaps near line 750 and after 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-34632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235293#comment-14235293 ] pol poggi commented on FLEX-34632: ---------------------------------- I need to use htmlText and some events not available with StageText. I can't reproduce this bug with a flash.text.TextField, the scrolling speed is slower in a flash.text.TextField, is-it possible to change the velocity scrolling ? > Android spark Textarea and spark.skins.mobile.TextAreaSkin : text overlaps near line 750 and after > -------------------------------------------------------------------------------------------------- > > Key: FLEX-34632 > URL: https://issues.apache.org/jira/browse/FLEX-34632 > Project: Apache Flex > Issue Type: Bug > Components: Mobile: Text, Spark: TextArea > Affects Versions: Apache Flex 4.13.0 > Environment: Android Nexus 5 Air 15 > Reporter: pol poggi > Assignee: OmPrakash Muppirala > Attachments: screenshot-1.png > > Original Estimate: 10.2h > Remaining Estimate: 10.2h > > Hello, > On my Nexus 5, the text overlaps in a spark Textarea with spark.skins.mobile.TextAreaSkin near line 750 and after (ScrollBar near 25% height) > > xmlns:s="library://ns.adobe.com/flex/spark" > creationComplete="creationCompleteHandler(event)"> > > import mx.events.FlexEvent; > private function creationCompleteHandler(event:FlexEvent):void > { > var urlLoader:URLLoader = new URLLoader(); > var fichier:URLRequest = new URLRequest("http://www.adobe.com/products/air.html"); > urlLoader.addEventListener( Event.COMPLETE, chargementComplet ); > urlLoader.load( fichier ); > } > private function chargementComplet(pEvt:Event):void { > myTextField.text = pEvt.target.data; > } > private function skbAct( event:Event ):void > { > myTextField.height=800; > } > private function skbDeact( event:Event ):void > { > myTextField.height=1600; > } > ]]> > > > @namespace s "library://ns.adobe.com/flex/spark"; > s|TextArea{ > skinClass: ClassReference("spark.skins.mobile.TextAreaSkin"); > } > > > > Thanks -- This message was sent by Atlassian JIRA (v6.3.4#6332)