You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org> on 2007/03/20 21:23:33 UTC

[jira] Created: (XAP-339) verticalFlowPane is not showing up

verticalFlowPane is not showing up
----------------------------------

                 Key: XAP-339
                 URL: https://issues.apache.org/jira/browse/XAP-339
             Project: XAP
          Issue Type: Bug
         Environment: Platform 4.5.3.1810
            Reporter: Michael Mikhaylov


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.




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


[jira] Closed: (XAP-339) verticalFlowPane is not showing up

Posted by "James Margaris (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Margaris closed XAP-339.
------------------------------

    Resolution: Fixed

There is no vertical flow pane!

> verticalFlowPane is not showing up
> ----------------------------------
>
>                 Key: XAP-339
>                 URL: https://issues.apache.org/jira/browse/XAP-339
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>         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.


[jira] Updated: (XAP-339) verticalFlowPane is not showing up

Posted by "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org>.
     [ 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.