Border height is added to container height in IE for freePane,
horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)
------------------------------------------------------------------------------------------------------------------------------
Key: XAP-340
URL: https://issues.apache.org/jira/browse/XAP-340
Project: XAP
Issue Type: Bug
Environment: Platform 4.5.3.1810 on IE 7
Reporter: Michael Mikhaylov
This works as expected (green square inside red inside gray):
<xal xmlns="http://openxal.org/ui/html">
<rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
<verticalBoxPane width="200px" height="200px" borderWidth="50px"
borderColor="red" borderStyle="solid" backgroundColor="green"/>
</rootPane>
</xal>
This is stretched vertically in IE only:
<xal xmlns="http://openxal.org/ui/html">
<rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
<horizontalBoxPane width="200px" height="200px" borderWidth="50px"
borderColor="red" borderStyle="solid" backgroundColor="green"/>
</rootPane>
</xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.