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 "Scott Boyd (JIRA)" <xa...@incubator.apache.org> on 2006/12/01 22:00:22 UTC

[jira] Updated: (XAP-110) Widgets: listBox: listBox dimensions can expand beyond their parent container's dimensions

     [ http://issues.apache.org/jira/browse/XAP-110?page=all ]

Scott Boyd updated XAP-110:
---------------------------

    Component/s: Widgets
    Description: 
listBox can expand beyond the size of the parent container. The section of the component that is beyond the container will display "behind" the other panel. Presents an issue when adding list items dynamically.


<xal xmlns="http://www.openxal.org/xal" xmlns:xal="http://www.openxal.org/xal">
    <xal:freePane  height="75%" width="75%">
      
        
        <xal:listBox x="200" y="400px" height="300px" selectionMode="singleRow">
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
        </xal:listBox>
       </xal:freePane>
</xal>





  was:

listBox can expand beyond the size of the parent container. The section of the component that is beyond the container will display "behind" the other panel. Presents an issue when adding list items dynamically.


<xal xmlns="http://www.openxal.org/xal" xmlns:xal="http://www.openxal.org/xal">
    <xal:freePane  height="75%" width="75%">
      
        
        <xal:listBox x="200" y="400px" height="300px" selectionMode="singleRow">
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
            <xal:listItem text="yar" />
        </xal:listBox>
       </xal:freePane>
</xal>






> Widgets: listBox: listBox dimensions can expand beyond their parent container's dimensions
> ------------------------------------------------------------------------------------------
>
>                 Key: XAP-110
>                 URL: http://issues.apache.org/jira/browse/XAP-110
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Matt Carbone
>
> listBox can expand beyond the size of the parent container. The section of the component that is beyond the container will display "behind" the other panel. Presents an issue when adding list items dynamically.
> <xal xmlns="http://www.openxal.org/xal" xmlns:xal="http://www.openxal.org/xal">
>     <xal:freePane  height="75%" width="75%">
>       
>         
>         <xal:listBox x="200" y="400px" height="300px" selectionMode="singleRow">
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>         </xal:listBox>
>        </xal:freePane>
> </xal>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira