Widgets: Table: Tables initially hidden in tabPane don't show up when tab is
selected
-------------------------------------------------------------------------------------
Key: XAP-470
URL: https://issues.apache.org/jira/browse/XAP-470
Project: XAP
Issue Type: Bug
Components: Widgets: Table/Tree/TreeTable
Reporter: Trevor Oldak
Priority: Critical
Run this code, and click the 'bar' tab. The table will not show up.
<xal xmlns="http://openxal.org/ui/html">
<tabPane height="400px" width="800px" fontWeight="bold" id="mainTabPane">
<tab text="foo">
<freePane width="100%" height="100%" fontWeight="normal">
<label text="foo"/>
</freePane>
</tab>
<tab text="bar">
<freePane width="100%" height="100%" fontWeight="normal">
<table borderWidth="0px" selectionMode="none" width="300px"
height="300px">
<column>
<header text="foo"/>
</column>
<row>
<cell text="foo"/>
</row>
</table>
</freePane>
</tab>
</tabPane>
</xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.