Widgets: TabPane no longer works
--------------------------------
Key: XAP-525
URL: https://issues.apache.org/jira/browse/XAP-525
Project: XAP
Issue Type: Bug
Components: Widgets: Layouts
Reporter: Trevor Oldak
Priority: Blocker
Open the xap tabPane widget component test. It no longer works.
Or, try this simple xal:
<xal xmlns="http://openxal.org/ui">
<tabPane width="400px" height="400px">
<tab text="foo">
<label text="foo"/>
</tab>
<tab text="bar">
<label text="foo"/>
</tab>
</tabPane>
</xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.