[ 
https://issues.apache.org/jira/browse/FLEX-34248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14099968#comment-14099968
 ] 

Lee Burrows edited comment on FLEX-34248 at 8/17/14 3:25 PM:
-------------------------------------------------------------

Ive encountered the same issue (with 4.13). I dont think its a proxy image 
problem as text is clipped before focus (eg by programmatically setting text 
value of TextArea).

Seems to occur when TextArea height is set larger than the default value; 
perhaps text is being clipped at the default height rather than the actual 
height?

I don't get the issue on Android.


was (Author: leeburrows):
Ive encountered the same issue. I don;t think its a proxy image problem as text 
is clipped before focus (eg by programmatically setting text value of TextArea).

Seems to occur when TextArea height is set larger than the default value; 
perhaps text is being clipped at the default height rather than the actual 
height?

I don't get the issue on Android.

> Text Area using Stage Text cuts off text after losing focus on mobile devices
> -----------------------------------------------------------------------------
>
>                 Key: FLEX-34248
>                 URL: https://issues.apache.org/jira/browse/FLEX-34248
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Mobile: Text, Spark: TextArea
>    Affects Versions: Apache Flex 4.12.0
>         Environment: iOS 7, Android
>            Reporter: Brady Kelley
>            Assignee: Maurice Amsellem
>              Labels: easytest
>         Attachments: TextAreaTest.fxp
>
>
> Text Areas that use StageText cut off text after loosing focus.  This occurs 
> on iOS and Android devices.
> I have attached a sample project.
> To replicate:
> 1. Add multiple lines of text to the text area with at least 3 new lines 
> (using the return key).
> 2. Click outside the Text Area to lose focus.
> 3. notice how the text is cut off in the text area.
> It looks like the proxy image is not creating a snapshot of the text 
> correctly.  Also note that if you add multiple lines of text without any 
> newlines it will display correctly.  It seems to be a specific issue with 
> having new lines in there.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to