You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org> on 2007/03/20 21:29:33 UTC

[jira] Updated: (XAP-340) Border height is added to container height in IE for freePane, horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)

     [ https://issues.apache.org/jira/browse/XAP-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Mikhaylov updated XAP-340:
----------------------------------

    Component/s: Widgets

> 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
>          Components: Widgets
>         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.