[ 
https://issues.apache.org/jira/browse/FLEX-21915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-21915:
---------------------------------

    Labels: easyfix easytest  (was: )
    
> horizontalAlign and verticalAlign Layout problem
> ------------------------------------------------
>
>                 Key: FLEX-21915
>                 URL: https://issues.apache.org/jira/browse/FLEX-21915
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: Box View
>    Affects Versions: Adobe Flex SDK 3.0 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Minor
>              Labels: easyfix, easytest
>
> Steps to reproduce:
> 1. Create a HBox or VBox with border style solid, borderThickness 2, 
> borderColor red, horizontal Align right, and width and height to 100.
> 2. Then add a button having more that parent(HBox, VBox) width.
> 3. Use the following code for the same.
>      <mx:VBox width="100" height="100" borderColor="red" id="nnk1" 
> paddingTop="10" 
>                       borderStyle="solid" borderThickness="2" 
> horizontalAlign="right" verticalAlign="middle">
>               <mx:Button label="nitin"/>
>               <mx:Button label="kalaskar" click="nnk.width=100" width="150"/>
>      </mx:VBox>
>  
>  Actual Results:
>  Scroll bars not appearing and partial button is displayed..
>  
>  Expected Results:
> Scroll bars should appear with paddingLeft, and paddingRight
>  
>  Workaround (if any):
> Check mx.containers.utilityClasses.BoxLayout updateDisplayList function.

--
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