Widgets: TreeTable: TreeTable display issues
--------------------------------------------
Key: XAP-522
URL: https://issues.apache.org/jira/browse/XAP-522
Project: XAP
Issue Type: Bug
Components: Widgets: Table/Tree/TreeTable
Reporter: Trevor Oldak
Priority: Critical
Run the following xal. The treetable appears smooshed and illegible.
<xal xmlns="http://openxal.org/ui/html">
<rootPane>
<freePane width="1024px" height="768px">
<button height="25px" text="Button" width="100px" x="10px"
y="10px"/>
<checkBox height="25px" text="Checkbox" width="100px" x="10px"
y="50px"/>
<treeTable height="120px" width="280px" x="10px" y="90px">
<column>
<header text="Column #1"/>
</column>
<column>
<header text="Column #2"/>
</column>
<row>
<cell text="Tree Item 1"/>
<cell text="Tree Item 1"/>
<row>
<cell text="Sub Tree Item 1"/>
<cell text="Sub Tree Item 1"/>
</row>
<row>
<cell text="Sub Tree Item 2"/>
<cell text="Sub Tree Item 2"/>
</row>
</row>
<row>
<cell text="Tree Item 2"/>
<cell text="Tree Item 2"/>
</row>
</treeTable>
</freePane>
</rootPane>
</xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.