Widgets: BorderPane: East and west children don't always display
----------------------------------------------------------------
Key: XAP-530
URL: https://issues.apache.org/jira/browse/XAP-530
Project: XAP
Issue Type: Bug
Components: Widgets: Layouts
Reporter: Trevor Oldak
The east and west children of a borderPane do not always display.
Here's an example
<freePane width="500px" height="300px"
backgroundColor="#F0F0F0">
<xal:borderPane width="300px" height="300px">
<xal:freePane backgroundColor="red"
height="20px"
borderPosition="north">
<label text="foo" x="0" y="0"/>
</xal:freePane>
<xal:freePane backgroundColor="green"
height="20px"
borderPosition="south">
<label text="foo" x="0" y="0"/>
</xal:freePane>
<xal:freePane backgroundColor="blue"
width="20px"
borderPosition="east">
<label text="foo" x="0" y="0"/>
</xal:freePane>
<xal:freePane backgroundColor="yellow"
width="20px"
borderPosition="west">
<label text="foo" x="0" y="0"/>
</xal:freePane>
<xal:freePane backgroundColor="orange"
borderPosition="center">
<label text="foo" x="0" y="0"/>
</xal:freePane>
</xal:borderPane>
</freePane>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.