Widgets: tabPane: All tabs display together
-------------------------------------------
Key: XAP-249
URL: https://issues.apache.org/jira/browse/XAP-249
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Trevor Oldak
View this XAL file below
All three labels are in different tabs, but they display together, with a
significant amount of space between them due to the tab size.
Selecting each tab, one after the other, makes this problem go away, so there
is a workaround
<xal xmlns="http://openxal.org/ui/html">
<verticalBoxPane width="600px" height="600px" borderWidth="1px"
borderColor="blue" borderStyle="solid">
<tabPane width="500px" height="500px" borderColor="red"
borderStyle="solid">
<tab text="First" width="400px" height="400px">
<label text="first label"/>
</tab>
<tab text="Second" width="400px" height="400px">
<label text="second label"/>
</tab>
<tab text="Third" width="400px" height="400px">
<label text="third label"/>
</tab>
</tabPane>
</verticalBoxPane>
</xal>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira