[ 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