Widgets: HorizontalBoxPane: Table of unspecified width in horizontalBoxPane of unspecifed width doesn't display at all. -----------------------------------------------------------------------------------------------------------------------
Key: XAP-481
URL: https://issues.apache.org/jira/browse/XAP-481
Project: XAP
Issue Type: Bug
Components: Widgets: Other, Widgets: Table/Tree/TreeTable
Reporter: Trevor Oldak
Run the following xal:
<horizontalBoxPane>
<table>
<column
width="200px" horizontalAlignment="right" id="column1">
<header
text="r:Column 1"
horizontalAlignmentt="right"
/>
</column>
<column
horizontalAlignment="center" width="100px">
<header
text="c:Column 2" horizontalAlignment="center"/>
</column>
<column
id="column3"
width="50px">
<header
text="sort for pi"/>
</column>
<row>
<cell
text="x"/>
<cell
text="y"/>
<cell
text="1" sortValue="e"/>
</row>
<row>
<cell
text="x"/>
<cell
text="y"/>
<cell
text="3" sortValue="a"/>
</row>
<row>
<cell
text="x"/>
<cell
text="y"/>
<cell
text="9" sortValue="g"/>
</row>
</table>
</horizontalBoxPane>
The width of the horizontalBoxPane becomes 0px and neither the table nor the
pane display.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
