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

Mark Kessler commented on FLEX-11971:
-------------------------------------

Confirmed still exists using below test application.  It looks to be staying 
aligned to the original right limit before the scroll bar extends the right 
side.


<?xml version="1.0" encoding="utf-8"?>
<!---
   Test application
-->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx"> 

    <s:layout>
        <s:VerticalLayout horizontalAlign="center" verticalAlign="middle" 
gap="0" />
    </s:layout>

    <mx:TextArea horizontalScrollPolicy="auto" textAlign="right" text="" 
height="120" width="120" wordWrap="false" />

</s:Application>
                
> right aligned text doesn't stay right aligned when text occupies more then 
> can fit in a view area
> -------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-11971
>                 URL: https://issues.apache.org/jira/browse/FLEX-11971
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: TextArea
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Firefox 2.x
> Language Found: English
>            Reporter: Adobe JIRA
>
> Steps to reproduce:
> 1. <mx:TextArea horizontalScrollPolicy="auto" textAlign="right" text="" 
> height="120" width="120" wordWrap="false" />            
> 2. type in short text, hit enter
> 3. type in long text, longer then view window.
>  
>  Actual Results: the first line doesn't stay right justified as the second 
> line goes beyond the width of the window
>  
>  
>  Expected Results: first line stays right justified
>  
>  
>  Workaround (if any):

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to