Widgets: VerticalBoxPane: Overflowing  children are not hidden
--------------------------------------------------------------

                 Key: XAP-570
                 URL: https://issues.apache.org/jira/browse/XAP-570
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Layouts
            Reporter: Trevor Oldak


In the following code, the bottom label should not show, because it should 
overflow out of the bottom of the VerticalBoxPane
<xal xmlns="http://openxal.org/ui/html";>
        <rootPane>
                <freePane height="768px" width="1024px">
                
                        <verticalBoxPane height="50px" width="300px" x="10px" 
y="10px">
                        <label height="25px" text="I should be visible" 
width="250px"/>
                        <label height="25px" text="So should I" width="100px"/>
                        <label height="25px" text="But not me" width="100px"/>
                </verticalBoxPane>
                </freePane>
        </rootPane>
</xal>


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