borderPane does not render labels correctly
-------------------------------------------
Key: XAP-508
URL: https://issues.apache.org/jira/browse/XAP-508
Project: XAP
Issue Type: Bug
Components: Widgets: Layouts
Reporter: Scott Boyd
Assignee: James Margaris
try this NXML. only North and East render in FF2 and IE6
<xal xmlns="http://openxal.org/ui/html">
<rootPane>
<borderPane>
<label height="25px" text="Label North" borderPosition="north"/>
<label height="25px" text="Label South" borderPosition="south"/>
<label text="Label East" width="100px" borderPosition="east"/>
<label text="Label West" width="100px" borderPosition="west"/>
<label text="Label Center" borderPosition="center"/>
</borderPane>
</rootPane>
</xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.