verticalFlowPane is not showing up
----------------------------------
Key: XAP-339
URL: https://issues.apache.org/jira/browse/XAP-339
Project: XAP
Issue Type: Bug
Environment: Platform 4.5.3.1810
Reporter: Michael Mikhaylov
This code generates an empty gray box:
<xal xmlns="http://openxal.org/ui/html">
<rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
<verticalFlowPane width="200px" height="200px" borderWidth="50px"
borderColor="red" borderStyle="solid" backgroundColor="green"/>
</rootPane>
</xal>
Expected green box inside red box inside gray box.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.