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

Michael Mikhaylov updated XAP-339:
----------------------------------

    Component/s: Widgets
    Description: 
This code generates an empty gray square:

<xal xmlns="http://openxal.org/ui/html";>
    <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
        <verticalFlowPane width="200px" height="200px" borderWidth="50px" 
          borderColor="red" borderStyle="solid" backgroundColor="green"/>
    </rootPane>
</xal>

Expected green square inside red square inside gray square.




  was:
This code generates an empty gray box:

<xal xmlns="http://openxal.org/ui/html";>
    <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
        <verticalFlowPane width="200px" height="200px" borderWidth="50px" 
          borderColor="red" borderStyle="solid" backgroundColor="green"/>
    </rootPane>
</xal>

Expected green box inside red box inside gray box.





> verticalFlowPane is not showing up
> ----------------------------------
>
>                 Key: XAP-339
>                 URL: https://issues.apache.org/jira/browse/XAP-339
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>         Environment: Platform 4.5.3.1810
>            Reporter: Michael Mikhaylov
>
> This code generates an empty gray square:
> <xal xmlns="http://openxal.org/ui/html";>
>     <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
>         <verticalFlowPane width="200px" height="200px" borderWidth="50px" 
>           borderColor="red" borderStyle="solid" backgroundColor="green"/>
>     </rootPane>
> </xal>
> Expected green square inside red square inside gray square.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to